TestScriptTeardown
open class TestScriptTeardown: BackboneElement
A series of required clean up steps.
A series of operations required to clean up after the all the tests are executed (successfully or otherwise).
-
A series of required clean up steps.
A series of operations required to clean up after the all the tests are executed (successfully or otherwise).
Declaration
Swift
override open class var resourceType: String
-
One or more teardown operations to perform.
Declaration
Swift
public var action: [TestScriptTeardownAction]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(action: [TestScriptTeardownAction])
-
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 TestScriptTeardown: BackboneElement