BooleanExtensions.NotBeFalse Method
Definition
Asserts that the nullable boolean value is not false.
public static ObjectAssertionsChain<bool?> NotBeFalse(this ObjectAssertions<bool?> assertions);
Parameters
| Name | Type | Description |
|---|---|---|
| assertions | ObjectAssertions<Boolean?> | The assertions object. |
Returns
ObjectAssertionsChain<Boolean?>
An ObjectAssertionsChain<T> for chaining further assertions.