Constant Field Values
Contents
org.junit.*
-
org.junit.platform.engine.ConfigurationParameters Modifier and Type Constant Field Value public static final java.lang.StringCONFIG_FILE_NAME"junit-platform.properties"
-
org.junit.platform.engine.discovery.ClassNameFilter Modifier and Type Constant Field Value public static final java.lang.StringSTANDARD_INCLUDE_PATTERN"^(Test.*|.+[.$]Test.*|.*Tests?)$"
-
org.junit.platform.engine.support.descriptor.ClasspathResourceSource Modifier and Type Constant Field Value public static final java.lang.StringCLASSPATH_SCHEME"classpath"
-
org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy Modifier and Type Constant Field Value public static final java.lang.StringCONFIG_CUSTOM_CLASS_PROPERTY_NAME"custom.class"public static final java.lang.StringCONFIG_DYNAMIC_FACTOR_PROPERTY_NAME"dynamic.factor"public static final java.lang.StringCONFIG_FIXED_PARALLELISM_PROPERTY_NAME"fixed.parallelism"public static final java.lang.StringCONFIG_STRATEGY_PROPERTY_NAME"strategy" -
org.junit.platform.engine.support.hierarchical.ExclusiveResource Modifier and Type Constant Field Value public static final java.lang.StringGLOBAL_KEY"org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"