TestifyFailureKind Type
High-level category of failure that Testify is reporting.
Union cases
| Union case |
Description
|
Full Usage:
AssertionFailure
|
A direct example-based assertion failed. |
Full Usage:
PropertyError
|
A property check encountered an unexpected runtime or infrastructure error. |
Full Usage:
PropertyExhausted
|
A property check could not generate enough valid inputs to finish. |
Full Usage:
PropertyFailure
|
A generated property check found a counterexample. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAssertionFailure
Returns: bool
|
|
Full Usage:
this.IsPropertyError
Returns: bool
|
|
Full Usage:
this.IsPropertyExhausted
Returns: bool
|
|
Full Usage:
this.IsPropertyFailure
Returns: bool
|
|
testify