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