Uses of Interface
org.junit.platform.engine.EngineExecutionListener
-
Packages that use EngineExecutionListener Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
Uses of EngineExecutionListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineExecutionListener Modifier and Type Field Description static EngineExecutionListenerEngineExecutionListener. NOOPNo-op implementation ofEngineExecutionListenerMethods in org.junit.platform.engine that return EngineExecutionListener Modifier and Type Method Description EngineExecutionListenerExecutionRequest. getEngineExecutionListener()Get theEngineExecutionListenerto be notified of test execution events.Constructors in org.junit.platform.engine with parameters of type EngineExecutionListener Constructor Description ExecutionRequest(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 EngineExecutionListener Modifier and Type Method Description java.util.concurrent.Future<?>Node.DynamicTestExecutor. execute(TestDescriptor testDescriptor, EngineExecutionListener executionListener)Submit a dynamic test descriptor for immediate execution with a custom, potentially no-op, execution listener.
-