public class Assert extends Object
| Constructor and Description |
|---|
Assert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
isFalse(boolean pCondition,
String pMessage) |
static void |
isNotNull(Object pObj,
String pMessage) |
static void |
isTrue(boolean pCondition,
String pMessage) |
lpezet