Class TTestReportAction

Unit

Declaration

type TTestReportAction = 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 operation : TTestReportOperation read Getoperation write Setoperation;
Public property assert : TTestReportAssert read Getassert write Setassert;

Description

Methods

Public constructor Create; override;
 

Properties

Public property operation : TTestReportOperation read Getoperation write Setoperation;

The operation performed.

Public property assert : TTestReportAssert read Getassert write Setassert;

The results of the assertion performed on the previous operations.


Generated by PasDoc 0.15.0.