Uses of Interface
org.junit.platform.engine.ConfigurationParameters
Package
Description
Configuration specific to the JUnit Jupiter test engine.
Public API for test engines.
ConfigurationParameters
-related support
classes intended to be used by test engine implementations.Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common support utilities for executing test suites on the JUnit Platform.
-
Uses of ConfigurationParameters in org.junit.jupiter.engine.config
ModifierConstructorDescriptionDefaultJupiterConfiguration
(ConfigurationParameters configurationParameters) -
Uses of ConfigurationParameters in org.junit.platform.engine
Modifier and TypeMethodDescriptionEngineDiscoveryRequest.getConfigurationParameters()
Get theConfigurationParameters
for this request.ExecutionRequest.getConfigurationParameters()
Get theConfigurationParameters
that the engine may use to influence test execution.Modifier and TypeMethodDescriptionstatic ExecutionRequest
ExecutionRequest.create
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) Factory for creating an execution request.ModifierConstructorDescriptionExecutionRequest
(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters) -
Uses of ConfigurationParameters in org.junit.platform.engine.support.config
Modifier and TypeClassDescriptionclass
View ofConfigurationParameters
that applies a supplied prefix to all queries.ModifierConstructorDescriptionPrefixedConfigurationParameters
(ConfigurationParameters delegate, String prefix) Create a new view of the suppliedConfigurationParameters
that applies the supplied prefix to all queries. -
Uses of ConfigurationParameters in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionParallelExecutionConfigurationStrategy.createConfiguration
(ConfigurationParameters configurationParameters) Create a configuration for parallel test execution based on the suppliedConfigurationParameters
.ModifierConstructorDescriptionForkJoinPoolHierarchicalTestExecutorService
(ConfigurationParameters configurationParameters) Create a newForkJoinPoolHierarchicalTestExecutorService
based on the suppliedConfigurationParameters
. -
Uses of ConfigurationParameters in org.junit.platform.launcher
Modifier and TypeMethodDescriptionTestPlan.getConfigurationParameters()
Get theConfigurationParameters
for this test plan.Modifier and TypeMethodDescriptionstatic TestPlan
TestPlan.from
(Collection<TestDescriptor> engineDescriptors, ConfigurationParameters configurationParameters) Construct a newTestPlan
from the supplied collection ofTestDescriptors
.ModifierConstructorDescriptionprotected
TestPlan
(boolean containsTests, ConfigurationParameters configurationParameters) -
Uses of ConfigurationParameters in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.parentConfigurationParameters
(ConfigurationParameters configurationParameters) Set the parent configuration parameters to use for the request. -
Uses of ConfigurationParameters in org.junit.platform.suite.commons
Modifier and TypeMethodDescriptionSuiteLauncherDiscoveryRequestBuilder.parentConfigurationParameters
(ConfigurationParameters parentConfigurationParameters)