Class TTestPlanDependency

Unit

Declaration

type TTestPlanDependency = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property predecessor : TReference read Getpredecessor write Setpredecessor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A textual description of the criterium - what is needed for the dependency to be considered met.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property predecessor : TReference read Getpredecessor write Setpredecessor;

Predecessor test plans - those that are expected to be successfully performed as a dependency for the execution of this test plan.


Generated by PasDoc 0.15.0.