This is part of the Fake.Core.Trace module.
TestStatus
Note: Adding new cases to this type is not considered a breaking change! Please consider not using a match on this type in code external to the fake repository.
Union Cases
Union Case | Description |
Failed(message,details,expectedActual)
Signature: string * string * (string * string) option
|
|
Ignored(message)
Signature: string
|