|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ISizedAssert<E extends IAssert>
| 方法摘要 | |
|---|---|
E |
sizeBetween(int min,
int max)
want: the size of map(collection/array) item is greater than or equal to the number min, and is less than or equal to the number max. |
E |
sizeEq(int size)
want: the size of map(collection/array) item is equal to the number size. |
E |
sizeGe(int size)
want: the size of map(collection/array) item is greater than or equal to the number size. |
E |
sizeGt(int size)
want: the size of map(collection/array) item is greater than the number size. |
E |
sizeIs(int size)
want: the size of map(collection/array) item is equal to the number size. |
E |
sizeLe(int size)
want: the size of map(collection/array) item is less than or equal to the number size. |
E |
sizeLt(int size)
want: the size of map(collection/array) item is less than the number size. |
E |
sizeNe(int size)
want: the size of map(collection/array) item isn't equal to the number size. |
| 方法详细信息 |
|---|
E sizeIs(int size)
sizeEq(int)
size - 期望值
E sizeEq(int size)
sizeIs(int)
size - 期望值
E sizeGt(int size)
size - 期望值
E sizeGe(int size)
size - 期望值
E sizeLt(int size)
size - 期望值
E sizeLe(int size)
size - 期望值
E sizeBetween(int min,
int max)
min - max -
E sizeNe(int size)
size - 期望值
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||