Uses of Interface
org.junit.platform.engine.EngineExecutionListener
-
Packages that use EngineExecutionListener Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.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.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.vintage.engine.execution 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 EngineExecutionListener Modifier and Type Field Description private EngineExecutionListenerAbstractExtensionContext. engineExecutionListener -
Uses of EngineExecutionListener in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as EngineExecutionListener Modifier and Type Field Description (package private) EngineExecutionListenerJupiterEngineExecutionContext.State. executionListenerMethods in org.junit.jupiter.engine.execution that return EngineExecutionListener Modifier and Type Method Description EngineExecutionListenerJupiterEngineExecutionContext. getExecutionListener()Constructors in org.junit.jupiter.engine.execution with parameters of type EngineExecutionListener Constructor Description JupiterEngineExecutionContext(EngineExecutionListener executionListener, JupiterConfiguration configuration)State(EngineExecutionListener executionListener, JupiterConfiguration configuration) -
Uses of EngineExecutionListener in org.junit.platform.engine
Fields in org.junit.platform.engine declared as EngineExecutionListener Modifier and Type Field Description private EngineExecutionListenerExecutionRequest. engineExecutionListenerMethods 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
Fields in org.junit.platform.engine.support.hierarchical declared as EngineExecutionListener Modifier and Type Field Description private EngineExecutionListenerNodeTestTaskContext. listenerMethods in org.junit.platform.engine.support.hierarchical that return EngineExecutionListener Modifier and Type Method Description (package private) EngineExecutionListenerNodeTestTaskContext. getListener()Constructors in org.junit.platform.engine.support.hierarchical with parameters of type EngineExecutionListener Constructor Description NodeTestTaskContext(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 EngineExecutionListener Modifier and Type Class Description (package private) classExecutionListenerAdapterAnExecutionListenerAdapteradapts aTestPlanand a correspondingTestExecutionListenerto theEngineExecutionListenerAPI. -
Uses of EngineExecutionListener in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as EngineExecutionListener Modifier and Type Field Description private EngineExecutionListenerRunnerExecutor. engineExecutionListenerprivate EngineExecutionListenerRunListenerAdapter. listenerConstructors in org.junit.vintage.engine.execution with parameters of type EngineExecutionListener Constructor Description RunListenerAdapter(TestRun testRun, EngineExecutionListener listener)RunnerExecutor(EngineExecutionListener engineExecutionListener)
-