Package org.junit.jupiter.api.parallel
Class Resources
java.lang.Object
org.junit.jupiter.api.parallel.Resources
Common resource names for synchronizing test execution.
- Since:
- 5.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRepresents the default locale for the current instance of the JVM.static final StringRepresents the standard error stream of the current process.static final StringRepresents the standard output stream of the current process.static final StringRepresents Java's system properties.static final StringRepresents the default time zone for the current instance of the JVM. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYSTEM_PROPERTIES
Represents Java's system properties.- See Also:
-
SYSTEM_OUT
Represents the standard output stream of the current process.- See Also:
-
SYSTEM_ERR
Represents the standard error stream of the current process.- See Also:
-
LOCALE
Represents the default locale for the current instance of the JVM.- Since:
- 5.4
- See Also:
-
TIME_ZONE
Represents the default time zone for the current instance of the JVM.- Since:
- 5.4
- See Also:
-
-
Constructor Details
-
Resources
private Resources()
-