Header menu logo testify

TestifyFailureKind Type

High-level category of failure that Testify is reporting.

Union cases

Union case Description

AssertionFailure

Full Usage: AssertionFailure

A direct example-based assertion failed.

PropertyError

Full Usage: PropertyError

A property check encountered an unexpected runtime or infrastructure error.

PropertyExhausted

Full Usage: PropertyExhausted

A property check could not generate enough valid inputs to finish.

PropertyFailure

Full Usage: PropertyFailure

A generated property check found a counterexample.

Instance members

Instance member Description

this.IsAssertionFailure

Full Usage: this.IsAssertionFailure

Returns: bool
Returns: bool

this.IsPropertyError

Full Usage: this.IsPropertyError

Returns: bool
Returns: bool

this.IsPropertyExhausted

Full Usage: this.IsPropertyExhausted

Returns: bool
Returns: bool

this.IsPropertyFailure

Full Usage: this.IsPropertyFailure

Returns: bool
Returns: bool

Type something to start searching.