public class Assertion
extends java.lang.Object
Constructor and Description |
---|
Assertion() |
Modifier and Type | Method and Description |
---|---|
static void |
checkIfNotNull(java.lang.Object object) |
static void |
checkIfNull(java.lang.Object object) |
static void |
test(boolean condition) |