Package org.junit.platform.commons.util
Class RuntimeUtils
- java.lang.Object
-
- org.junit.platform.commons.util.RuntimeUtils
-
@API(status=INTERNAL, since="1.6") public final class RuntimeUtils extends java.lang.ObjectCollection of utilities for working withRuntime,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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisDebugMode()Try to determine whether the VM was started in debug mode or not.
-