Header menu logo testify

AssertResult Type

Outcome of an assertion check.

Union cases

Union case Description

Failed AssertFailure

Full Usage: Failed AssertFailure

Parameters:

The quoted expression did not satisfy the expectation.

Item : AssertFailure

Passed

Full Usage: Passed

The quoted expression satisfied the expectation.

Instance members

Instance member Description

this.IsFailed

Full Usage: this.IsFailed

Returns: bool
Returns: bool

this.IsPassed

Full Usage: this.IsPassed

Returns: bool
Returns: bool

Type something to start searching.