AssertResult Type
Outcome of an assertion check.
Union cases
| Union case |
Description
|
|
The quoted expression did not satisfy the expectation.
|
Full Usage:
Passed
|
The quoted expression satisfied the expectation. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFailed
Returns: bool
|
|
Full Usage:
this.IsPassed
Returns: bool
|
|
testify