public class Assertions extends Object
Constructor and Description |
---|
Assertions() |
Modifier and Type | Method and Description |
---|---|
static void |
assertState(boolean state,
String message) |
static <T> T |
nonNull(T t) |
static <T> T |
nonNull(T t,
String message) |
Copyright © 2017–2021. All rights reserved.