TestReportTeardown
open class TestReportTeardown: BackboneElement
The results of running the series of required clean up steps.
The results of the series of operations required to clean up after the all the tests were executed (successfully or otherwise).
-
The results of running the series of required clean up steps.
The results of the series of operations required to clean up after the all the tests were executed (successfully or otherwise).
Declaration
Swift
override open class var resourceType: String
-
One or more teardown operations performed.
Declaration
Swift
public var action: [TestReportTeardownAction]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(action: [TestReportTeardownAction])
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class TestReportTeardown: BackboneElement