public abstract class Assert0 extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Assert0.Argument
非法论证
断言失败时则抛出 IllegalArgumentException 例外
|
static class |
Assert0.ToolBox
工具论证
断言失败时则抛出 ToolBoxException 例外
|
| 构造器和说明 |
|---|
Assert0() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Assert0.Argument |
argument()
非法论证
断言失败时则抛出 IllegalArgumentException 例外
|
static Assert0.ToolBox |
toolBox()
工具论证
断言失败时则抛出 ToolBoxException 例外
|
public static Assert0.Argument argument()
断言失败时则抛出 IllegalArgumentException 例外
public static Assert0.ToolBox toolBox()
断言失败时则抛出 ToolBoxException 例外
Copyright © 2019. All rights reserved.