Uses of Class
org.junit.platform.engine.ExecutionRequest
Package
Description
Core package for 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 package for the JUnit Platform Suite test engine.
Core package for the JUnit Vintage test engine.
-
Uses of ExecutionRequest in org.junit.jupiter.engine
Modifier and TypeMethodDescriptionprotected JupiterEngineExecutionContext
JupiterTestEngine.createExecutionContext(ExecutionRequest request)
protected HierarchicalTestExecutorService
JupiterTestEngine.createExecutorService(ExecutionRequest request)
protected ThrowableCollector.Factory
JupiterTestEngine.createThrowableCollectorFactory(ExecutionRequest request)
-
Uses of ExecutionRequest in org.junit.platform.engine
Modifier and TypeMethodDescriptionvoid
TestEngine.execute(ExecutionRequest request)
Execute tests according to the suppliedExecutionRequest
. -
Uses of ExecutionRequest in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionprotected abstract C
HierarchicalTestEngine.createExecutionContext(ExecutionRequest request)
Create the initial execution context for executing the supplied request.protected HierarchicalTestExecutorService
HierarchicalTestEngine.createExecutorService(ExecutionRequest request)
Create the executor service to use for executing the supplied request.protected ThrowableCollector.Factory
HierarchicalTestEngine.createThrowableCollectorFactory(ExecutionRequest request)
Create the factory for creatingThrowableCollector
instances used to handle exceptions that occur during execution of this engine's tests.void
HierarchicalTestEngine.execute(ExecutionRequest request)
Create an executor service; create an initial execution context; execute the behavior of all nodes in the hierarchy starting with the suppliedrequest
's root and notify its execution listener of test execution events. -
Uses of ExecutionRequest in org.junit.platform.suite.engine
-
Uses of ExecutionRequest in org.junit.vintage.engine