Uses of Interface
org.junit.platform.engine.EngineExecutionListener
Packages that use EngineExecutionListener
Package
Description
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.-
Uses of EngineExecutionListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineExecutionListenerModifier and TypeFieldDescriptionstatic 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.Methods in org.junit.platform.engine with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionstatic ExecutionRequest
ExecutionRequest.create
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) Factory for creating an execution request.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.