public abstract class AssertionUtils extends Object
| Constructor and Description |
|---|
AssertionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AssertionError |
error(String message,
Object expected,
Object actual)
生成AssertionError对象
|
public static AssertionError error(String message, Object expected, Object actual)
message - 错误提示信息expected - 预期值actual - 实际值Copyright © 2021–2022 EasyJ????. All rights reserved.