BooleanAssertions.NotBeFalse Method
Definition
Asserts that the boolean value is not false.
public BooleanAssertionsChain NotBeFalse();
Returns
A BooleanAssertionsChain for chaining further assertions.
Asserts that the boolean value is not false.
public BooleanAssertionsChain NotBeFalse();
A BooleanAssertionsChain for chaining further assertions.