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
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class TestScriptTeardown: BackboneElement
View on GitHub
Install in Dash
TestScriptTeardown Class Reference