NullableExpector<T extends Object> extension

Expectations for objects that can be null.

on

Properties

isNotNull Expector<T>
Checks that the tested object is not null.
no setter
isNull → void
Checks that the tested object is null.
no setter