public class Assert extends Object
Assert()
static void
isTrue(boolean object, String message)
notEmpty(Collection<?> collection, String message)
notEmpty(String string, String message)
notNull(Object object, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Assert()
public static void notNull(Object object, String message)
public static void isTrue(boolean object, String message)
public static void notEmpty(Collection<?> collection, String message)
public static void notEmpty(String string, String message)
Copyright © 2024. All Rights Reserved.