Class TTestReportParticipant

Unit

Declaration

type TTestReportParticipant = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : TTestReportParticipantType read Gettype_Element write Settype_Element;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of participant.

Public property type_Element : TTestReportParticipantType read Gettype_Element write Settype_Element;
 
Public property uri : string read Geturi write Seturi;

The uri of the participant. An absolute URL is preferred.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 
Public property display : string read Getdisplay write Setdisplay;

The display name of the participant.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 

Generated by PasDoc 0.15.0.