Class JavaAssert


  • public class JavaAssert
    extends java.lang.Object
    Provides a means to detect whether or not Java assert is enabled via the command-line.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEnabled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEnabled

        public static boolean isEnabled()