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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executionStarted
(org.junit.platform.launcher.TestIdentifier testIdentifier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
executionStarted
in interfaceorg.junit.platform.launcher.TestExecutionListener
-