public interface Check
| Modifier and Type | Method and Description |
|---|---|
static Check |
collectionSize(int lowerBound,
int upperBound) |
static Check |
collectionSizeMax(int upperBound) |
static Check |
collectionSizeMin(int lowerBound) |
String |
getMessage() |
boolean |
isOk(Object toCheck) |
Copyright © 2020. All Rights Reserved.