Uses of Interface
org.junit.platform.engine.ConfigurationParameters
-
Packages that use ConfigurationParameters Package Description org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.config ConfigurationParameters
-related support classes intended to be used by test engine implementations.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction.org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
Uses of ConfigurationParameters in org.junit.jupiter.engine.config
Constructors in org.junit.jupiter.engine.config with parameters of type ConfigurationParameters Constructor Description DefaultJupiterConfiguration(ConfigurationParameters configurationParameters)
-
Uses of ConfigurationParameters in org.junit.platform.engine
Methods in org.junit.platform.engine that return ConfigurationParameters Modifier and Type Method Description ConfigurationParameters
EngineDiscoveryRequest. getConfigurationParameters()
Get theConfigurationParameters
for this request.ConfigurationParameters
ExecutionRequest. getConfigurationParameters()
Get theConfigurationParameters
that the engine may use to influence test execution.Constructors in org.junit.platform.engine with parameters of type ConfigurationParameters Constructor Description ExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters)
-
Uses of ConfigurationParameters in org.junit.platform.engine.support.config
Classes in org.junit.platform.engine.support.config that implement ConfigurationParameters Modifier and Type Class Description class
PrefixedConfigurationParameters
View ofConfigurationParameters
that applies a supplied prefix to all queries.Constructors in org.junit.platform.engine.support.config with parameters of type ConfigurationParameters Constructor Description PrefixedConfigurationParameters(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
Methods in org.junit.platform.engine.support.hierarchical with parameters of type ConfigurationParameters Modifier and Type Method Description ParallelExecutionConfiguration
ParallelExecutionConfigurationStrategy. createConfiguration(ConfigurationParameters configurationParameters)
Create a configuration for parallel test execution based on the suppliedConfigurationParameters
.Constructors in org.junit.platform.engine.support.hierarchical with parameters of type ConfigurationParameters Constructor Description ForkJoinPoolHierarchicalTestExecutorService(ConfigurationParameters configurationParameters)
Create a newForkJoinPoolHierarchicalTestExecutorService
based on the suppliedConfigurationParameters
. -
Uses of ConfigurationParameters in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return ConfigurationParameters Modifier and Type Method Description ConfigurationParameters
TestPlan. getConfigurationParameters()
Get theConfigurationParameters
for this test plan.Methods in org.junit.platform.launcher with parameters of type ConfigurationParameters Modifier and Type Method Description static TestPlan
TestPlan. from(Collection<TestDescriptor> engineDescriptors, ConfigurationParameters configurationParameters)
Construct a newTestPlan
from the supplied collection ofTestDescriptors
.Constructors in org.junit.platform.launcher with parameters of type ConfigurationParameters Constructor Description TestPlan(boolean containsTests, ConfigurationParameters configurationParameters)
-
Uses of ConfigurationParameters in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type ConfigurationParameters Modifier and Type Method Description LauncherDiscoveryRequestBuilder
LauncherDiscoveryRequestBuilder. parentConfigurationParameters(ConfigurationParameters configurationParameters)
Set the parent configuration parameters to use for the request. -
Uses of ConfigurationParameters in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons with parameters of type ConfigurationParameters Modifier and Type Method Description SuiteLauncherDiscoveryRequestBuilder
SuiteLauncherDiscoveryRequestBuilder. parentConfigurationParameters(ConfigurationParameters parentConfigurationParameters)
-