public class Assert extends Object
Assert()
static void
isTrue(boolean expression)
isTrue(boolean expression, String message)
notNull(Object object)
notNull(Object object, String message)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Assert()
public static void notNull(Object object)
public static void notNull(Object object, String message)
public static void isTrue(boolean expression)
public static void isTrue(boolean expression, String message)
Copyright © 2016. All Rights Reserved.