Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.config
Interface JupiterConfiguration
- All Known Implementing Classes:
CachingJupiterConfiguration
,DefaultJupiterConfiguration
- Since:
- 5.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescription<T> Optional
<T> getRawConfigurationParameter
(String key, Function<String, T> transformer) boolean
boolean
boolean
boolean
-
Field Details
-
EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME
- See Also:
-
EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME
- See Also:
-
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
- See Also:
-
PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME
- See Also:
-
CLOSING_STORED_AUTO_CLOSEABLE_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:
-
EXTENSIONS_TIMEOUT_THREAD_DUMP_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:
-
DEFAULT_TEST_INSTANTIATION_EXTENSION_CONTEXT_SCOPE_PROPERTY_NAME
- See Also:
-
-
Method Details
-
getFilterForAutoDetectedExtensions
-
getRawConfigurationParameter
-
getRawConfigurationParameter
-
isParallelExecutionEnabled
boolean isParallelExecutionEnabled() -
isClosingStoredAutoCloseablesEnabled
boolean isClosingStoredAutoCloseablesEnabled() -
isExtensionAutoDetectionEnabled
boolean isExtensionAutoDetectionEnabled() -
isThreadDumpOnTimeoutEnabled
boolean isThreadDumpOnTimeoutEnabled() -
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() -
getDefaultTestInstantiationExtensionContextScope
TestInstantiationAwareExtension.ExtensionContextScope getDefaultTestInstantiationExtensionContextScope() -
getOutputDirectoryProvider
OutputDirectoryProvider getOutputDirectoryProvider()
-