Uses of Interface
org.junit.platform.engine.EngineExecutionListener
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
Public API for test engines.
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.Internal classes for test execution within the JUnit Vintage test engine.
-
Uses of EngineExecutionListener in org.junit.jupiter.engine.execution
ModifierConstructorDescriptionJupiterEngineExecutionContext
(EngineExecutionListener executionListener, JupiterConfiguration configuration) -
Uses of EngineExecutionListener in org.junit.platform.engine
Modifier and TypeFieldDescriptionstatic final EngineExecutionListener
EngineExecutionListener.NOOP
No-op implementation ofEngineExecutionListener
Modifier and TypeMethodDescriptionExecutionRequest.getEngineExecutionListener()
Get theEngineExecutionListener
to be notified of test execution events.Modifier and TypeMethodDescriptionstatic ExecutionRequest
ExecutionRequest.create
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) Factory for creating an execution request.ModifierConstructorDescriptionExecutionRequest
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) -
Uses of EngineExecutionListener in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionFuture<?>
Node.DynamicTestExecutor.execute
(TestDescriptor testDescriptor, EngineExecutionListener executionListener) Submit a dynamic test descriptor for immediate execution with a custom, potentially no-op, execution listener. -
Uses of EngineExecutionListener in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionvoid
EngineExecutionOrchestrator.execute
(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.void
EngineExecutionOrchestrator.execute
(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events. -
Uses of EngineExecutionListener in org.junit.platform.testkit.engine
Modifier and TypeClassDescriptionclass
ExecutionRecorder
is anEngineExecutionListener
that records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state viaEngineExecutionResults
. -
Uses of EngineExecutionListener in org.junit.vintage.engine.execution