Class TTestScriptAction1
Unit
bsFhir_r5
Declaration
type TTestScriptAction1 = 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; |
An operation would involve a REST request to a server.
|
|
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.
|