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