Class RuntimeUtils


  • @API(status=INTERNAL,
         since="1.6")
    public final class RuntimeUtils
    extends Object
    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
    • Method Detail

      • getInputArguments

        public static Optional<List<String>> getInputArguments()
        Try to get the input arguments the VM was started with.
      • isDebug

        public static boolean isDebug()
        Try to determine whether the VM was started in debug mode or not.