@API(status=INTERNAL,
since="1.6")
public final class RuntimeUtils
extends java.lang.Object
Runtime,
java.lang.management.RuntimeMXBean, etc.
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
| Modifier | Constructor and Description |
|---|---|
private |
RuntimeUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.Optional<java.util.List<java.lang.String>> |
getInputArguments()
Try to get the input arguments the VM was started with.
|
static boolean |
isDebugMode()
Try to determine whether the VM was started in debug mode or not.
|