BoolExpectation<Return> extension

Matchers for booleans

on

Methods

isFalse() → Return
A matcher that matches anything except the Boolean value true.
isTrue() → Return
A matcher that matches the Boolean value true.