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