Type Method is
isFalse()
Creates a
Predicate<Bool>
that can match any Bool
equal to false
Framework
- Mock
Swift
Declaration
static func isFalse() -> Predicate<Bool>
Available when
Input
is Bool
.