public final class AssertArgument extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
assertNotNull(T value,
String message)
Throws an IllegalArgumentException when the given value is null.
|
static Boolean |
assertTrue(Boolean value,
String message)
Throws an IllegalArgumentException when the given value is not true.
|
Copyright © 2018. All rights reserved.