Class TTestReportAction1

Unit

Declaration

type TTestReportAction1 = 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;

An operation would involve a REST request to a server.

Public property assert : TTestReportAssert read Getassert write Setassert;

The results of the assertion performed on the previous operations.


Generated by PasDoc 0.15.0.