Class TTestScriptTest
Unit
bsFhir_stu3
Declaration
type TTestScriptTest = class(TBackboneElement)
Description
A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
The name of this test used for tracking/logging purposes by test engines.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
A short description of the test used by test engines for tracking and reporting purposes.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property action : TTestScriptAction1Array read GetactionArray; |
Action would contain either an operation or an assertion.
|
Generated by PasDoc 0.15.0.
|