public class Assert extends Object
Assert()
static void
greaterThan(double num, double exp, String msg)
notEmpty(String str, String msg)
static <T> void
notEmpty(T[] arr, String msg)
notNull(Object object, String msg)
static <T> T
wrap(Callable<T> callable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Assert()
public static void greaterThan(double num, double exp, String msg)
public static void notNull(Object object, String msg)
public static void notEmpty(String str, String msg)
public static <T> void notEmpty(T[] arr, String msg)
public static <T> T wrap(Callable<T> callable)
Copyright © 2018. All rights reserved.