public class Assert extends Object
public static void isTrue(boolean condition,
String message)
public static void isFalse(boolean condition,
String message)
public static void notNull(Object object, String message) throws IllegalStateException
IllegalStateExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.