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.Core package for the JUnit Vintage test engine.
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 EngineExecutionListenerAbstractExtensionContext.engineExecutionListenerConstructors in org.junit.jupiter.engine.descriptor with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)AbstractExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, T testDescriptor, JupiterConfiguration configuration, ExecutableInvoker executableInvoker) (package private)ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, TestInstance.Lifecycle lifecycle, JupiterConfiguration configuration, ThrowableCollector throwableCollector, ExecutableInvoker executableInvoker) (package private)ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector, ExecutableInvoker executableInvoker) Create a newClassExtensionContextwithTestInstance.Lifecycle.PER_METHOD.(package private)DynamicExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, DynamicNodeTestDescriptor testDescriptor, JupiterConfiguration configuration, ExecutableInvoker executableInvoker) (package private)JupiterEngineExtensionContext(EngineExecutionListener engineExecutionListener, JupiterEngineDescriptor testDescriptor, JupiterConfiguration configuration, ExecutableInvoker executableInvoker) (package private)MethodExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestMethodTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector, ExecutableInvoker executableInvoker) (package private)TestTemplateExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestTemplateTestDescriptor testDescriptor, JupiterConfiguration configuration, TestInstances testInstances, ExecutableInvoker executableInvoker) -
Uses of EngineExecutionListener in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as EngineExecutionListenerModifier and TypeFieldDescription(package private) final EngineExecutionListenerJupiterEngineExecutionContext.State.executionListenerMethods 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 EngineExecutionListenerExecutionRequest.engineExecutionListenerstatic final EngineExecutionListenerEngineExecutionListener.NOOPNo-op implementation ofEngineExecutionListenerMethods in org.junit.platform.engine that return EngineExecutionListenerModifier and TypeMethodDescriptionExecutionRequest.getEngineExecutionListener()Get theEngineExecutionListenerto be notified of test execution events.Methods in org.junit.platform.engine with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionstatic ExecutionRequestExecutionRequest.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
Fields in org.junit.platform.engine.support.hierarchical declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListenerNodeTestTaskContext.listenerMethods in org.junit.platform.engine.support.hierarchical that return EngineExecutionListenerModifier and TypeMethodDescription(package private) EngineExecutionListenerNodeTestTaskContext.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) NodeTestTaskContextNodeTestTaskContext.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(package private) classAnExecutionListenerAdapteradapts aTestPlanand a correspondingTestExecutionListenerto theEngineExecutionListenerAPI.(package private) classDelays reporting of engine skipped/finished events so that exceptions thrown by engines can be reported to listeners.(package private) classPrunes the stack trace in case of a failed event.Fields in org.junit.platform.launcher.core declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListenerDelegatingEngineExecutionListener.delegateFields in org.junit.platform.launcher.core with type parameters of type EngineExecutionListenerModifier and TypeFieldDescriptionprivate final List<EngineExecutionListener> CompositeEngineExecutionListener.engineExecutionListenersMethods in org.junit.platform.launcher.core with type parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionprivate static <T extends EngineExecutionListener>
voidCompositeEngineExecutionListener.notifyEach(List<T> listeners, IterationOrder iterationOrder, Consumer<T> consumer, Supplier<String> description) Methods in org.junit.platform.launcher.core that return EngineExecutionListenerModifier and TypeMethodDescriptionprivate static EngineExecutionListenerEngineExecutionOrchestrator.buildEngineExecutionListener(EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener, TestPlan testPlan) private static EngineExecutionListenerEngineExecutionOrchestrator.selectExecutionListener(EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) Methods in org.junit.platform.launcher.core that return types with arguments of type EngineExecutionListenerModifier and TypeMethodDescription(package private) static ListenerRegistry<EngineExecutionListener> ListenerRegistry.forEngineExecutionListeners()Methods in org.junit.platform.launcher.core with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionprivate static EngineExecutionListenerEngineExecutionOrchestrator.buildEngineExecutionListener(EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener, TestPlan testPlan) private voidEngineExecutionOrchestrator.execute(TestDescriptor engineDescriptor, EngineExecutionListener listener, ConfigurationParameters configurationParameters, TestEngine testEngine) private voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener) voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.private static EngineExecutionListenerEngineExecutionOrchestrator.selectExecutionListener(EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) Constructors in org.junit.platform.launcher.core with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)(package private)OutcomeDelayingEngineExecutionListener(EngineExecutionListener delegate, TestDescriptor engineDescriptor) (package private)Constructor parameters in org.junit.platform.launcher.core with type arguments of type EngineExecutionListenerModifierConstructorDescription(package private)CompositeEngineExecutionListener(List<EngineExecutionListener> engineExecutionListeners) -
Uses of EngineExecutionListener in org.junit.platform.testkit.engine
Classes in org.junit.platform.testkit.engine that implement EngineExecutionListenerModifier and TypeClassDescriptionclassExecutionRecorderis anEngineExecutionListenerthat 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 voidEngineTestKit.executeDirectly(TestEngine testEngine, EngineDiscoveryRequest discoveryRequest, EngineExecutionListener listener) private static voidEngineTestKit.executeUsingLauncherOrchestration(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest, EngineExecutionListener listener) -
Uses of EngineExecutionListener in org.junit.vintage.engine
Methods in org.junit.vintage.engine with parameters of type EngineExecutionListenerModifier and TypeMethodDescriptionprivate voidVintageTestEngine.executeAllChildren(VintageEngineDescriptor engineDescriptor, EngineExecutionListener engineExecutionListener) -
Uses of EngineExecutionListener in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as EngineExecutionListenerModifier and TypeFieldDescriptionprivate final EngineExecutionListenerRunnerExecutor.engineExecutionListenerprivate final EngineExecutionListenerRunListenerAdapter.listenerConstructors in org.junit.vintage.engine.execution with parameters of type EngineExecutionListenerModifierConstructorDescription(package private)RunListenerAdapter(TestRun testRun, EngineExecutionListener listener, TestSourceProvider testSourceProvider) RunnerExecutor(EngineExecutionListener engineExecutionListener)