public abstract class Assert extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
assertTrue(boolean condition,
String message) |
static void |
notEmptyString(String str,
String message) |
static void |
notNull(Object obj,
RuntimeException exception) |
static void |
notNull(Object obj,
String message) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.