public class Assert extends Object
Constructor and Description |
---|
Assert() |
Modifier and Type | Method and Description |
---|---|
static void |
greaterThan(double num,
double exp,
String msg) |
static void |
notEmpty(String str,
String msg) |
static <T> void |
notEmpty(T[] arr,
String msg) |
static void |
notNull(Object object,
String msg) |
Copyright © 2017. All rights reserved.