Class Assert


  • public class Assert
    extends Object
    Created by IntelliJ IDEA. User: awajda Date: Sep 23, 2010 Time: 10:46:47 PM
    • Constructor Detail

      • Assert

        public Assert()
    • Method Detail

      • isNull

        public static void isNull​(Object obj)
      • isNull

        public static void isNull​(Object obj,
                                  String messagePattern,
                                  Object... args)
      • notNull

        public static void notNull​(Object obj)
      • notNull

        public static void notNull​(Object obj,
                                   String messagePattern,
                                   Object... args)
      • isTrue

        public static void isTrue​(boolean bool,
                                  String messagePattern,
                                  Object... args)
      • isFalse

        public static void isFalse​(boolean bool,
                                   String messagePattern,
                                   Object... args)