Class OpenTelemetryEventPublisherBeansTestExecutionListener

java.lang.Object
org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansTestExecutionListener
All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener

public class OpenTelemetryEventPublisherBeansTestExecutionListener extends Object implements org.junit.platform.launcher.TestExecutionListener
JUnit TestExecutionListener to ensure OpenTelemetryEventPublisherBeansApplicationListener.addWrapper() is called as early as possible.
Since:
3.4.0
Author:
Phillip Webb
See Also:
  • Constructor Details

    • OpenTelemetryEventPublisherBeansTestExecutionListener

      public OpenTelemetryEventPublisherBeansTestExecutionListener()
  • Method Details

    • executionStarted

      public void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)
      Specified by:
      executionStarted in interface org.junit.platform.launcher.TestExecutionListener