Skip to content

ListMatcher

Thiago Ferreira edited this page Mar 10, 2019 · 1 revision

How to use

require(variable).isList();

or

ensure(variable).isList();

Methods

nullValue();
notNull();
empty();
notEmpty();
size(int length);
maxSize(int maxLength);
minSize(int minLength);
contains(Object o);
Clone this wiki locally