java.lang.Object
org.junit.platform.commons.util.RuntimeUtils
Collection of utilities for working with
Runtime,
RuntimeMXBean, etc.
DISCLAIMER
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!
- Since:
- 1.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTry to get the input arguments the VM was started with.static booleanTry to determine whether the VM was started in debug mode or not.
-
Constructor Details
-
RuntimeUtils
private RuntimeUtils()
-
-
Method Details
-
isDebugMode
public static boolean isDebugMode()Try to determine whether the VM was started in debug mode or not. -
getInputArguments
Try to get the input arguments the VM was started with.
-