Uses of Interface
org.junit.platform.engine.EngineExecutionListener
Packages that use EngineExecutionListener
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
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.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListener
AbstractExtensionContext.engineExecutionListener
Constructors in org.junit.jupiter.engine.descriptor with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)
AbstractExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, T testDescriptor, JupiterConfiguration configuration) (package private)
ClassExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, TestInstance.Lifecycle lifecycle, JupiterConfiguration configuration, ThrowableCollector throwableCollector) (package private)
ClassExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector) Create a newClassExtensionContext
withTestInstance.Lifecycle.PER_METHOD
.(package private)
DynamicExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, DynamicNodeTestDescriptor testDescriptor, JupiterConfiguration configuration) (package private)
JupiterEngineExtensionContext
(EngineExecutionListener engineExecutionListener, JupiterEngineDescriptor testDescriptor, JupiterConfiguration configuration) (package private)
MethodExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestMethodTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector) (package private)
TestTemplateExtensionContext
(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestTemplateTestDescriptor testDescriptor, JupiterConfiguration configuration, TestInstances testInstances) -
Uses of EngineExecutionListener in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as EngineExecutionListenerModifier and TypeFieldDescription(package private) final EngineExecutionListener
JupiterEngineExecutionContext.State.executionListener
Methods in org.junit.jupiter.engine.execution that return EngineExecutionListenerConstructors in org.junit.jupiter.engine.execution with parameters of type EngineExecutionListenerModifierConstructorDescriptionJupiterEngineExecutionContext
(EngineExecutionListener executionListener, JupiterConfiguration configuration) (package private)
State
(EngineExecutionListener executionListener, JupiterConfiguration configuration) -
Uses of EngineExecutionListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListener
ExecutionRequest.engineExecutionListener
static final EngineExecutionListener
EngineExecutionListener.NOOP
No-op implementation ofEngineExecutionListener
Methods in org.junit.platform.engine that return EngineExecutionListenerModifier and TypeMethodDescriptionExecutionRequest.getEngineExecutionListener()
Get theEngineExecutionListener
to be notified of test execution events.Constructors in org.junit.platform.engine with parameters of type EngineExecutionListenerModifierConstructorDescriptionExecutionRequest
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) -
Uses of EngineExecutionListener in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListener
NodeTestTaskContext.listener
Methods in org.junit.platform.engine.support.hierarchical that return EngineExecutionListenerModifier and TypeMethodDescription(package private) EngineExecutionListener
NodeTestTaskContext.getListener()
Methods in org.junit.platform.engine.support.hierarchical with parameters of type EngineExecutionListenerModifier 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.Future
<?> NodeTestTask.DefaultDynamicTestExecutor.execute
(TestDescriptor testDescriptor, EngineExecutionListener executionListener) (package private) NodeTestTaskContext
NodeTestTaskContext.withListener
(EngineExecutionListener listener) Constructors in org.junit.platform.engine.support.hierarchical with parameters of type EngineExecutionListenerModifierConstructorDescriptionNodeTestTaskContext
(EngineExecutionListener listener, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory, NodeExecutionAdvisor executionAdvisor) -
Uses of EngineExecutionListener in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement EngineExecutionListenerModifier and TypeClassDescription(package private) class
(package private) class
AnExecutionListenerAdapter
adapts aTestPlan
and a correspondingTestExecutionListener
to theEngineExecutionListener
API.(package private) class
Delays reporting of engine skipped/finished events so that exceptions thrown by engines can be reported to listeners.Fields in org.junit.platform.launcher.core declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListener
DelegatingEngineExecutionListener.delegate
Methods in org.junit.platform.launcher.core with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionprivate void
EngineExecutionOrchestrator.execute
(TestDescriptor engineDescriptor, EngineExecutionListener listener, ConfigurationParameters configurationParameters, TestEngine testEngine) void
EngineExecutionOrchestrator.execute
(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.Constructors in org.junit.platform.launcher.core with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)
(package private)
OutcomeDelayingEngineExecutionListener
(EngineExecutionListener delegate, TestDescriptor engineDescriptor) -
Uses of EngineExecutionListener in org.junit.platform.testkit.engine
Classes in org.junit.platform.testkit.engine that implement EngineExecutionListenerModifier 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
.Methods in org.junit.platform.testkit.engine with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionprivate static void
EngineTestKit.executeDirectly
(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest, EngineExecutionListener listener) private static void
EngineTestKit.executeUsingLauncherOrchestration
(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest, EngineExecutionListener listener) -
Uses of EngineExecutionListener in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListener
RunnerExecutor.engineExecutionListener
private final EngineExecutionListener
RunListenerAdapter.listener
Constructors in org.junit.vintage.engine.execution with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)
RunListenerAdapter
(TestRun testRun, EngineExecutionListener listener, TestSourceProvider testSourceProvider) RunnerExecutor
(EngineExecutionListener engineExecutionListener, TestSourceProvider testSourceProvider)