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