Class Assertions


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

      Constructors 
      Constructor Description
      Assertions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkArgNotNull​(java.lang.Object arg, java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • Assertions

        public Assertions()
    • Method Detail

      • checkArgNotNull

        public static void checkArgNotNull​(java.lang.Object arg,
                                           java.lang.String message)