Uses of Interface
org.junit.platform.engine.EngineExecutionListener
Packages that use 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
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)
-
Uses of EngineExecutionListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineExecutionListenerModifier and TypeFieldDescriptionstatic 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
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. -
Uses of EngineExecutionListener in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionvoid
EngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events. -
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
. -
Uses of EngineExecutionListener in org.junit.vintage.engine.execution
Constructors in org.junit.vintage.engine.execution with parameters of type EngineExecutionListener