Class TTestReportAction
Unit
bsFhir_r4b
Declaration
type TTestReportAction = class(TBackboneElement)
Description
A summary of information based on the results of executing a TestScript.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property operation : TTestReportOperation read Getoperation write Setoperation; |
The operation performed.
|
 |
property assert : TTestReportAssert read Getassert write Setassert; |
The results of the assertion performed on the previous operations.
|
Generated by PasDoc 0.15.0.
|