Class TTestScriptFixture
Unit
bsFhir_r5
Declaration
type TTestScriptFixture = class(TBackboneElement)
Description
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property autocreate : boolean read Getautocreate write Setautocreate; |
Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section.
|
|
property autocreateElement : Tboolean read GetautocreateElement write SetautocreateElement; |
|
|
property autodelete : boolean read Getautodelete write Setautodelete; |
Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section.
|
|
property autodeleteElement : Tboolean read GetautodeleteElement write SetautodeleteElement; |
|
|
property resource : TReference read Getresource write Setresource; |
Reference to the resource (containing the contents of the resource needed for operations). This is allowed to be a Parameters resource.
|
Generated by PasDoc 0.15.0.
|