NotPassedCause
Namespace: Persimmon
The cause of not passed assertion.
Union Cases
Union Case | Description |
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. |