Class Assert


  • public class Assert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Assert()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void assrt​(boolean val)  
      static void assrt​(java.lang.String msg, boolean val)  
      static void fail​(java.lang.Exception e)  
      static void fail​(java.lang.String msg)  
      • Methods inherited from class java.lang.Object

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

      • Assert

        public Assert()
    • Method Detail

      • fail

        public static void fail​(java.lang.Exception e)
      • fail

        public static void fail​(java.lang.String msg)
      • assrt

        public static void assrt​(boolean val)
      • assrt

        public static void assrt​(java.lang.String msg,
                                 boolean val)