public abstract class Assert extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertTrue(boolean condition,
String message) |
static void |
assertTrue(boolean expression,
Supplier<String> messageSupplier) |
static void |
notEmptyString(String str,
String message) |
static void |
notNull(Object obj,
RuntimeException exception) |
static void |
notNull(Object obj,
String message) |
public static void notNull(Object obj, RuntimeException exception)
public static void assertTrue(boolean condition,
String message)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.