@API(status=STABLE,
since="5.10")
public class Resources
extends java.lang.Object
ResourceLock| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GLOBAL
Represents the global resource lock: "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"
|
static java.lang.String |
LOCALE
Represents the default locale for the current instance of the JVM:
"java.util.Locale.default"
|
static java.lang.String |
SYSTEM_ERR
Represents the standard error stream of the current process: "java.lang.System.err"
|
static java.lang.String |
SYSTEM_OUT
Represents the standard output stream of the current process: "java.lang.System.out"
|
static java.lang.String |
SYSTEM_PROPERTIES
Represents Java's system properties: "java.lang.System.properties"
|
static java.lang.String |
TIME_ZONE
Represents the default time zone for the current instance of the JVM:
"java.util.TimeZone.default"
|
| Modifier | Constructor and Description |
|---|---|
private |
Resources() |
public static final java.lang.String SYSTEM_PROPERTIES
System.getProperties(),
System.setProperties(java.util.Properties),
Constant Field Valuespublic static final java.lang.String SYSTEM_OUT
System.out,
System.setOut(java.io.PrintStream),
Constant Field Valuespublic static final java.lang.String SYSTEM_ERR
System.err,
System.setErr(java.io.PrintStream),
Constant Field Values@API(status=STABLE,
since="5.10")
public static final java.lang.String LOCALE
Locale.setDefault(java.util.Locale),
Constant Field Values@API(status=STABLE,
since="5.10")
public static final java.lang.String TIME_ZONE
TimeZone.setDefault(java.util.TimeZone),
Constant Field Values@API(status=STABLE,
since="5.10")
public static final java.lang.String GLOBAL
Isolated,
ExclusiveResource,
Constant Field Values