Class TTestScriptAction
Unit
bsFhir_r4b
Declaration
type TTestScriptAction = 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 operation : TTestScriptOperation read Getoperation write Setoperation; |
The operation to perform.
|
|
property assert : TTestScriptAssert read Getassert write Setassert; |
Evaluates the results of previous operations to determine if the server under test behaves appropriately.
|
Generated by PasDoc 0.15.0.
|