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
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class TestScriptFixture: BackboneElement