public class Assertions
extends java.lang.Object
Constructor and Description |
---|
Assertions() |
Modifier and Type | Method and Description |
---|---|
static void |
assertState(boolean state,
java.lang.String message) |
static <T> T |
nonNull(T t) |
static <T> T |
nonNull(T t,
java.lang.String message) |