Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.config
Interface JupiterConfiguration
- All Known Implementing Classes:
CachingJupiterConfiguration
,DefaultJupiterConfiguration
- Since:
- 5.4
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<T> Optional
<T> getRawConfigurationParameter
(String key, Function<String, T> transformer) boolean
boolean
-
Field Details
-
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
- See Also:
-
PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME
- See Also:
-
DEFAULT_EXECUTION_MODE_PROPERTY_NAME
- See Also:
-
DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME
- See Also:
-
EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME
- See Also:
-
DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME
- See Also:
-
DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME
- See Also:
-
DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME
- See Also:
-
DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME
- See Also:
-
-
Method Details
-
getRawConfigurationParameter
-
getRawConfigurationParameter
-
isParallelExecutionEnabled
boolean isParallelExecutionEnabled() -
isExtensionAutoDetectionEnabled
boolean isExtensionAutoDetectionEnabled() -
getDefaultExecutionMode
ExecutionMode getDefaultExecutionMode() -
getDefaultClassesExecutionMode
ExecutionMode getDefaultClassesExecutionMode() -
getDefaultTestInstanceLifecycle
TestInstance.Lifecycle getDefaultTestInstanceLifecycle() -
getExecutionConditionFilter
Predicate<ExecutionCondition> getExecutionConditionFilter() -
getDefaultDisplayNameGenerator
DisplayNameGenerator getDefaultDisplayNameGenerator() -
getDefaultTestMethodOrderer
Optional<MethodOrderer> getDefaultTestMethodOrderer() -
getDefaultTestClassOrderer
Optional<ClassOrderer> getDefaultTestClassOrderer() -
getDefaultTempDirCleanupMode
CleanupMode getDefaultTempDirCleanupMode() -
getDefaultTempDirFactorySupplier
Supplier<TempDirFactory> getDefaultTempDirFactorySupplier()
-