Class TTestPlanTestCase
Unit
bsFhir_r5
Declaration
type TTestPlanTestCase = class(TBackboneElement)
Description
A plan for executing testing on an artifact or specifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : integer read Getsequence write Setsequence; |
Sequence of test case - an ordinal number that indicates the order for the present test case in the test plan.
|
|
property sequenceElement : Tinteger read GetsequenceElement write SetsequenceElement; |
|
|
property scope : TReferenceArray read GetscopeArray; |
The scope or artifact covered by the case, when the individual test case is associated with a testable artifact.
|
|
property dependency : TTestPlanDependency1Array read GetdependencyArray; |
The required criteria to execute the test case - e.g. preconditions, previous tests.
|
|
property assertion : TTestPlanAssertionArray read GetassertionArray; |
The test assertions - the expectations of test results from the execution of the test case.
|
Generated by PasDoc 0.15.0.
|