TestReportResult
public enum TestReportResult: String
The reported execution result.
URL: http://hl7.org/fhir/report-result-codes ValueSet: http://hl7.org/fhir/ValueSet/report-result-codes
-
All test operations successfully passed all asserts
Declaration
Swift
case pass = "pass"
-
One or more test operations failed one or more asserts
Declaration
Swift
case fail = "fail"
-
One or more test operations is pending execution completion
Declaration
Swift
case pending = "pending"