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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionFinished, executionSkipped, fileEntryPublished, reportingEntryPublished, testPlanExecutionFinished, testPlanExecutionStarted
-
Constructor Details
-
OpenTelemetryEventPublisherBeansTestExecutionListener
public OpenTelemetryEventPublisherBeansTestExecutionListener()
-
-
Method Details
-
executionStarted
public void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier) - Specified by:
executionStartedin interfaceorg.junit.platform.launcher.TestExecutionListener
-