Class TTestPlanScript
Unit
bsFhir_r5
Declaration
type TTestPlanScript = class(TBackboneElement)
Description
A plan for executing testing on an artifact or specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property language : TCodeableConcept read Getlanguage write Setlanguage; |
The language for the test cases e.g. 'gherkin', 'testscript'.
|
|
property sourceString : string read GetsourceString write SetsourceString; |
The actual content of the cases - references to TestScripts or externally defined content. (choose any one of source*, but only one)
|
|
property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement; |
|
|
property sourceReference : TReference read GetsourceReference write SetsourceReference; |
The actual content of the cases - references to TestScripts or externally defined content. (choose any one of source*, but only one)
|
Generated by PasDoc 0.15.0.
|