Class TTestPlanDependency
Unit
bsFhir_r5
Declaration
type TTestPlanDependency = class(TBackboneElement)
Description
A plan for executing testing on an artifact or specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
A textual description of the criterium - what is needed for the dependency to be considered met.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property predecessor : TReference read Getpredecessor write Setpredecessor; |
Predecessor test plans - those that are expected to be successfully performed as a dependency for the execution of this test plan.
|
Generated by PasDoc 0.15.0.
|