Class TTestPlanTestRun
Unit
bsFhir_r5
Declaration
type TTestPlanTestRun = class(TBackboneElement)
Description
A plan for executing testing on an artifact or specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property narrative : string read Getnarrative write Setnarrative; |
The narrative description of the tests.
|
|
property narrativeElement : Tmarkdown read GetnarrativeElement write SetnarrativeElement; |
|
|
property script : TTestPlanScript read Getscript write Setscript; |
The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript.
|
Generated by PasDoc 0.15.0.
|