Class TTestPlanAssertion
Unit
bsFhir_r5
Declaration
type TTestPlanAssertion = 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_ : TCodeableConceptArray read Gettype_Array; |
The test assertion type - this can be used to group assertions as 'required' or 'optional', or can be used for other classification of the assertion.
|
|
property object_ : TCodeableReferenceArray read Getobject_Array; |
The focus or object of the assertion i.e. a resource.
|
|
property result : TCodeableReferenceArray read GetresultArray; |
The test assertion - the expected outcome from the test case execution.
|
Generated by PasDoc 0.15.0.
|