Persimmon


NotPassedCause

Namespace: Persimmon

The cause of not passed assertion.

Union Cases

Union CaseDescription
Skipped(string)
Signature: string

The assertion is not passed because it is skipped.

Violated(string)
Signature: string

The assertion is not passed because it is violated.

Fork me on GitHub