TestScriptFixture
open class TestScriptFixture: BackboneElement
Fixture in the test script - by reference (uri).
Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.
-
Fixture in the test script - by reference (uri).
Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.
Declaration
Swift
override open class var resourceType: String -
Whether or not to implicitly create the fixture during setup.
Declaration
Swift
public var autocreate: FHIRBool? -
Whether or not to implicitly delete the fixture during teardown.
Declaration
Swift
public var autodelete: FHIRBool? -
Reference of the resource.
Declaration
Swift
public var resource: Reference? -
Reference of the resource.
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 TestScriptFixture: BackboneElement
View on GitHub
Install in Dash
TestScriptFixture Class Reference