Skip to content

ObjectMatcher

Thiago Ferreira edited this page Mar 9, 2019 · 11 revisions

How to use

require(variable).isObject();

or

ensure(variable).isObject();

Methods

nullValue();
notNull();
instanceOf(Class<?> cls);
notInstanceOf(Class<?> cls);

Clone this wiki locally