Class TTestReportTest

Unit

Declaration

type TTestReportTest = class(TBackboneElement)

Description

A summary of information based on the results of executing a TestScript.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property action : TTestReportAction1Array read GetactionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of this test used for tracking/logging purposes by test engines.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

A short description of the test used by test engines for tracking and reporting purposes.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property action : TTestReportAction1Array read GetactionArray;

Action would contain either an operation or an assertion.


Generated by PasDoc 0.15.0.