public class AssertUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertParameter(boolean condition,
String message)
Assert that the given
condition is true, or otherwise throws an IllegalArgumentException with
given message. |
public static void assertParameter(boolean condition,
String message)
condition is true, or otherwise throws an IllegalArgumentException with
given message.condition - The condition to validatemessage - The message in the exceptionCopyright © 2020–2022 AxonIQ BV. All rights reserved.