Class TTestPlanTestData
Unit
bsFhir_r5
Declaration
type TTestPlanTestData = class(TBackboneElement)
Description
A plan for executing testing on an artifact or specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCoding read Gettype_ write Settype_; |
The type of test data description, e.g. 'synthea'.
|
|
property content : TReference read Getcontent write Setcontent; |
The actual test resources when they exist.
|
|
property sourceString : string read GetsourceString write SetsourceString; |
Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc. (choose any one of source*, but only one)
|
|
property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement; |
|
|
property sourceReference : TReference read GetsourceReference write SetsourceReference; |
Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc. (choose any one of source*, but only one)
|
Generated by PasDoc 0.15.0.
|