public final class Assert extends Object
IllegalArgumentException if the tested assertion fails.| Modifier and Type | Method | Description |
|---|---|---|
static void |
matches(String message,
String string,
String pattern) |
|
static void |
notNull(String message,
Object... objects) |
|
static void |
notNullOrEmpty(String message,
String string) |
Copyright © 2018. All rights reserved.