Class TTestPlanAssertion

Unit

Declaration

type TTestPlanAssertion = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property object_ : TCodeableReferenceArray read Getobject_Array;
Public property result : TCodeableReferenceArray read GetresultArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property object_ : TCodeableReferenceArray read Getobject_Array;

The focus or object of the assertion i.e. a resource.

Public property result : TCodeableReferenceArray read GetresultArray;

The test assertion - the expected outcome from the test case execution.


Generated by PasDoc 0.15.0.