Constant Field Values
Contents
org.junit.*
-
org.junit.jupiter.api.RepeatedTest Modifier and Type Constant Field Value public static final java.lang.String
CURRENT_REPETITION_PLACEHOLDER
"{currentRepetition}"
public static final java.lang.String
DISPLAY_NAME_PLACEHOLDER
"{displayName}"
public static final java.lang.String
LONG_DISPLAY_NAME
"{displayName} :: repetition {currentRepetition} of {totalRepetitions}"
public static final java.lang.String
SHORT_DISPLAY_NAME
"repetition {currentRepetition} of {totalRepetitions}"
public static final java.lang.String
TOTAL_REPETITIONS_PLACEHOLDER
"{totalRepetitions}"
-
org.junit.jupiter.engine.Constants Modifier and Type Constant Field Value public static final java.lang.String
DEACTIVATE_ALL_CONDITIONS_PATTERN
"*"
public static final java.lang.String
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
"junit.jupiter.conditions.deactivate"
public static final java.lang.String
DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME
"junit.jupiter.testinstance.lifecycle.default"
public static final java.lang.String
EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME
"junit.jupiter.extensions.autodetection.enabled"
-
org.junit.jupiter.engine.JupiterTestEngine Modifier and Type Constant Field Value public static final java.lang.String
ENGINE_ID
"junit-jupiter"
-
org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor Modifier and Type Constant Field Value public static final java.lang.String
DYNAMIC_CONTAINER_SEGMENT_TYPE
"dynamic-container"
public static final java.lang.String
DYNAMIC_TEST_SEGMENT_TYPE
"dynamic-test"
-
org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor Modifier and Type Constant Field Value public static final java.lang.String
SEGMENT_TYPE
"test-template-invocation"
-
org.junit.jupiter.engine.script.Script Modifier and Type Constant Field Value public static final java.lang.String
BIND_JUNIT_CONFIGURATION_PARAMETER
"junitConfigurationParameter"
public static final java.lang.String
BIND_JUNIT_DISPLAY_NAME
"junitDisplayName"
public static final java.lang.String
BIND_JUNIT_TAGS
"junitTags"
public static final java.lang.String
BIND_JUNIT_UNIQUE_ID
"junitUniqueId"
public static final java.lang.String
DEFAULT_SCRIPT_ENGINE_NAME
"Nashorn"
public static final java.lang.String
DEFAULT_SCRIPT_REASON_PATTERN
"Script `{source}` evaluated to: {result}"
-
org.junit.platform.commons.util.ModuleUtils Modifier and Type Constant Field Value public static final java.lang.String
VERSION
"base"
-
org.junit.platform.engine.ConfigurationParameters Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_FILE_NAME
"junit-platform.properties"
-
org.junit.platform.engine.discovery.ClassNameFilter Modifier and Type Constant Field Value public static final java.lang.String
STANDARD_INCLUDE_PATTERN
"^.*Tests?$"
-
org.junit.vintage.engine.descriptor.VintageTestDescriptor Modifier and Type Constant Field Value public static final java.lang.String
ENGINE_ID
"junit-vintage"
public static final java.lang.String
SEGMENT_TYPE_DYNAMIC
"dynamic"
public static final java.lang.String
SEGMENT_TYPE_RUNNER
"runner"
public static final java.lang.String
SEGMENT_TYPE_TEST
"test"