BoolExpector extension

Expectations for bool.

on

Properties

isFalse → void
Checks that the tested bool is false.
no setter
isTrue → void
Checks that the tested bool is true.
no setter