JupiterTestEngine
.
org.junit.platform.engine.ConfigurationParameters
Modifier and Type | Field and Description |
---|---|
public static final String | DEACTIVATE_ALL_CONDITIONS_PATTERN
Wildcard pattern which signals that all conditions should be deactivated: * |
public static final String | DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
Property name used to provide patterns for deactivating conditions: junit.jupiter.conditions.deactivate Pattern Matching Syntax If the property value consists solely of an asterisk ( |
public static final String | DEFAULT_AFTER_ALL_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_AFTER_EACH_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_BEFORE_ALL_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_BEFORE_EACH_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME
Property name used to set the default test execution mode for top-level classes: junit.jupiter.execution.parallel.mode.classes.default |
public static final String | DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME
Property name used to set the default display name generator class name: junit.jupiter.displayname.generator.default |
public static final String | DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all lifecycle methods: junit.jupiter.execution.timeout.lifecycle.method.default. |
public static final String | DEFAULT_PARALLEL_EXECUTION_MODE
Property name used to set the default test execution mode: junit.jupiter.execution.parallel.mode.default |
public static final String | DEFAULT_TEMP_DIR_FACTORY_PROPERTY_NAME
Property name used to set the default factory for temporary directories created via
the |
public static final String | DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME
Property name used to set the default class orderer class name: junit.jupiter.testclass.order.default |
public static final String | DEFAULT_TEST_FACTORY_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME
Property name used to set the default test instance lifecycle mode: junit.jupiter.testinstance.lifecycle.default |
public static final String | DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME
Property name used to set the default method orderer class name: junit.jupiter.testmethod.order.default |
public static final String | DEFAULT_TEST_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_TEST_TEMPLATE_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all
|
public static final String | DEFAULT_TESTABLE_METHOD_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all testable methods: junit.jupiter.execution.timeout.testable.method.default. |
public static final String | DEFAULT_TIMEOUT_PROPERTY_NAME
Property name used to set the default timeout for all testable and lifecycle methods: junit.jupiter.execution.timeout.default. |
public static final String | DEFAULT_TIMEOUT_THREAD_MODE_PROPERTY_NAME
Property name used to set the default timeout thread mode. |
public static final String | EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME
Property name used to enable auto-detection and registration of extensions via
Java's The default behavior is not to perform auto-detection. |
public static final String | PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME
Property name used to specify the fully qualified class name of the
|
public static final String | PARALLEL_CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME
Property name used to set the factor to be multiplied with the number of
available processors/cores to determine the desired parallelism for the
Value must be a positive decimal number; defaults to |
public static final String | PARALLEL_CONFIG_FIXED_MAX_POOL_SIZE_PROPERTY_NAME
Property name used to configure the maximum pool size of the underlying
fork-join pool for the Value must be an integer and greater than or equal to
junit.jupiter.execution.parallel.config.fixed.parallelism; defaults to
|
public static final String | PARALLEL_CONFIG_FIXED_PARALLELISM_PROPERTY_NAME
Property name used to set the desired parallelism for the No default value; must be a positive integer. |
public static final String | PARALLEL_CONFIG_FIXED_SATURATE_PROPERTY_NAME
Property name used to disable saturation of the underlying fork-join pool
for the When set to |
pack-priv static final String | |
public static final String | PARALLEL_CONFIG_STRATEGY_PROPERTY_NAME
Property name used to select the
Potential values: |
public static final String | PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME
Property name used to enable parallel test execution: junit.jupiter.execution.parallel.enabled By default, tests are executed sequentially in a single thread. |
public static final String | TEMP_DIR_SCOPE_PROPERTY_NAME
Property name used to set the scope of temporary directories created via
the |
public static final String | TIMEOUT_MODE_PROPERTY_NAME
Property name used to configure whether timeouts are applied to tests: junit.jupiter.execution.timeout.mode. |
Access | Constructor and Description |
---|---|
private |
DEACTIVATE_ALL_CONDITIONS_PATTERN | back to summary |
---|---|
public static final String DEACTIVATE_ALL_CONDITIONS_PATTERN Wildcard pattern which signals that all conditions should be deactivated: * |
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME | back to summary |
---|---|
public static final String DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME Property name used to provide patterns for deactivating conditions: junit.jupiter.conditions.deactivate Pattern Matching SyntaxIf the property value consists solely of an asterisk ( Examples
|
DEFAULT_AFTER_ALL_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_AFTER_ALL_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_AFTER_EACH_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_AFTER_EACH_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_BEFORE_ALL_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_BEFORE_ALL_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_BEFORE_EACH_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_BEFORE_EACH_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME Property name used to set the default test execution mode for top-level classes: junit.jupiter.execution.parallel.mode.classes.default |
DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME Property name used to set the default display name generator class name: junit.jupiter.displayname.generator.default |
DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all lifecycle methods: junit.jupiter.execution.timeout.lifecycle.method.default. |
DEFAULT_PARALLEL_EXECUTION_MODE | back to summary |
---|---|
public static final String DEFAULT_PARALLEL_EXECUTION_MODE Property name used to set the default test execution mode: junit.jupiter.execution.parallel.mode.default |
DEFAULT_TEMP_DIR_FACTORY_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEMP_DIR_FACTORY_PROPERTY_NAME Property name used to set the default factory for temporary directories created via
the
|
DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME Property name used to set the default class orderer class name: junit.jupiter.testclass.order.default |
DEFAULT_TEST_FACTORY_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_FACTORY_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME Property name used to set the default test instance lifecycle mode: junit.jupiter.testinstance.lifecycle.default |
DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME Property name used to set the default method orderer class name: junit.jupiter.testmethod.order.default |
DEFAULT_TEST_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_TEST_TEMPLATE_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TEST_TEMPLATE_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all
|
DEFAULT_TESTABLE_METHOD_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TESTABLE_METHOD_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all testable methods: junit.jupiter.execution.timeout.testable.method.default. |
DEFAULT_TIMEOUT_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TIMEOUT_PROPERTY_NAME Property name used to set the default timeout for all testable and lifecycle methods: junit.jupiter.execution.timeout.default. |
DEFAULT_TIMEOUT_THREAD_MODE_PROPERTY_NAME | back to summary |
---|---|
public static final String DEFAULT_TIMEOUT_THREAD_MODE_PROPERTY_NAME Property name used to set the default timeout thread mode.
|
EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME | back to summary |
---|---|
public static final String EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME Property name used to enable auto-detection and registration of extensions via
Java's The default behavior is not to perform auto-detection. |
PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME Property name used to specify the fully qualified class name of the
|
PARALLEL_CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME Property name used to set the factor to be multiplied with the number of
available processors/cores to determine the desired parallelism for the
Value must be a positive decimal number; defaults to
|
PARALLEL_CONFIG_FIXED_MAX_POOL_SIZE_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_FIXED_MAX_POOL_SIZE_PROPERTY_NAME Property name used to configure the maximum pool size of the underlying
fork-join pool for the Value must be an integer and greater than or equal to
junit.jupiter.execution.parallel.config.fixed.parallelism; defaults to
Note This property only takes affect on Java 9+.
|
PARALLEL_CONFIG_FIXED_PARALLELISM_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_FIXED_PARALLELISM_PROPERTY_NAME Property name used to set the desired parallelism for the No default value; must be a positive integer.
|
PARALLEL_CONFIG_FIXED_SATURATE_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_FIXED_SATURATE_PROPERTY_NAME Property name used to disable saturation of the underlying fork-join pool
for the When set to Value must either Note This property only takes affect on Java 9+.
|
PARALLEL_CONFIG_PREFIX | back to summary |
---|---|
pack-priv static final String PARALLEL_CONFIG_PREFIX |
PARALLEL_CONFIG_STRATEGY_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_CONFIG_STRATEGY_PROPERTY_NAME Property name used to select the
Potential values:
|
PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME | back to summary |
---|---|
public static final String PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME Property name used to enable parallel test execution: junit.jupiter.execution.parallel.enabled By default, tests are executed sequentially in a single thread.
|
TEMP_DIR_SCOPE_PROPERTY_NAME | back to summary |
---|---|
public static final String TEMP_DIR_SCOPE_PROPERTY_NAME
Deprecated
Property name used to set the scope of temporary directories created via
the
|
TIMEOUT_MODE_PROPERTY_NAME | back to summary |
---|---|
public static final String TIMEOUT_MODE_PROPERTY_NAME Property name used to configure whether timeouts are applied to tests: junit.jupiter.execution.timeout.mode.
|
Constants | back to summary |
---|---|
private Constants() |