java.lang.Object
org.junit.jupiter.api.parallel.Resources
Common resource names for synchronizing test execution.
- Since:
- 5.3
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Represents the global resource lock: "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"static final String
Represents the default locale for the current instance of the JVM: "java.util.Locale.default"static final String
Represents the standard error stream of the current process: "java.lang.System.err"static final String
Represents the standard output stream of the current process: "java.lang.System.out"static final String
Represents Java's system properties: "java.lang.System.properties"static final String
Represents the default time zone for the current instance of the JVM: "java.util.TimeZone.default" -
Method Summary
-
Field Details
-
SYSTEM_PROPERTIES
Represents Java's system properties: "java.lang.System.properties" -
SYSTEM_OUT
Represents the standard output stream of the current process: "java.lang.System.out" -
SYSTEM_ERR
Represents the standard error stream of the current process: "java.lang.System.err" -
LOCALE
Represents the default locale for the current instance of the JVM: "java.util.Locale.default"- Since:
- 5.4
- See Also:
-
TIME_ZONE
Represents the default time zone for the current instance of the JVM: "java.util.TimeZone.default"- Since:
- 5.4
- See Also:
-
GLOBAL
Represents the global resource lock: "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"- Since:
- 5.8
- See Also:
-