public class Assert extends Object
| Constructor and Description |
|---|
Assert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assrt(boolean val) |
static void |
assrt(String msg,
boolean val) |
static void |
fail(Exception e) |
static void |
fail(String msg) |