Uses of Class
org.junit.platform.engine.ExecutionRequest
-
Packages that use ExecutionRequest Package Description org.junit.jupiter.engine Core package for 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.vintage.engine Core package for the JUnit Vintage test engine.org.junit.vintage.engine.execution Internal classes for test execution within the JUnit Vintage test engine. -
-
Uses of ExecutionRequest in org.junit.jupiter.engine
Methods in org.junit.jupiter.engine with parameters of type ExecutionRequest Modifier and Type Method Description protected JupiterEngineExecutionContextJupiterTestEngine. createExecutionContext(ExecutionRequest request)protected HierarchicalTestExecutorServiceJupiterTestEngine. createExecutorService(ExecutionRequest request)protected ThrowableCollector.FactoryJupiterTestEngine. createThrowableCollectorFactory(ExecutionRequest request)private JupiterConfigurationJupiterTestEngine. getJupiterConfiguration(ExecutionRequest request) -
Uses of ExecutionRequest in org.junit.platform.engine
Methods in org.junit.platform.engine that return ExecutionRequest Modifier and Type Method Description static ExecutionRequestExecutionRequest. create(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters)Deprecated.without replacementstatic ExecutionRequestExecutionRequest. create(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore)Factory for creating an execution request.Methods in org.junit.platform.engine with parameters of type ExecutionRequest Modifier and Type Method Description voidTestEngine. execute(ExecutionRequest request)Execute tests according to the suppliedExecutionRequest. -
Uses of ExecutionRequest in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as ExecutionRequest Modifier and Type Field Description private ExecutionRequestHierarchicalTestExecutor. requestMethods in org.junit.platform.engine.support.hierarchical with parameters of type ExecutionRequest Modifier and Type Method Description protected abstract CHierarchicalTestEngine. createExecutionContext(ExecutionRequest request)Create the initial execution context for executing the supplied request.protected HierarchicalTestExecutorServiceHierarchicalTestEngine. createExecutorService(ExecutionRequest request)Create the executor service to use for executing the supplied request.protected ThrowableCollector.FactoryHierarchicalTestEngine. createThrowableCollectorFactory(ExecutionRequest request)Create the factory for creatingThrowableCollectorinstances used to handle exceptions that occur during execution of this engine's tests.voidHierarchicalTestEngine. 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.Constructors in org.junit.platform.engine.support.hierarchical with parameters of type ExecutionRequest Constructor Description HierarchicalTestExecutor(ExecutionRequest request, C rootContext, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory) -
Uses of ExecutionRequest in org.junit.vintage.engine
Methods in org.junit.vintage.engine with parameters of type ExecutionRequest Modifier and Type Method Description voidVintageTestEngine. execute(ExecutionRequest request) -
Uses of ExecutionRequest in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as ExecutionRequest Modifier and Type Field Description private ExecutionRequestVintageExecutor. requestConstructors in org.junit.vintage.engine.execution with parameters of type ExecutionRequest Constructor Description VintageExecutor(VintageEngineDescriptor engineDescriptor, EngineExecutionListener engineExecutionListener, ExecutionRequest request)
-