OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ResultTable Class Reference

A result table containing rows of results with matching names, column name, and types. More...

Inheritance diagram for OpenTap.ResultTable:
OpenTap.IResultTable OpenTap.IData OpenTap.IAttributedObject

Public Member Functions

 ResultTable ()
 Creates an empty results table.
 
 ResultTable (string name, ResultColumn[] resultColumns)
 Creates a new result table. More...
 
 ResultTable (string name, ResultColumn[] resultColumns, params IParameter[] parameters)
 Creates a new Result Table with a name, result columns and parameters.
 

Properties

string Name [get]
 The name of the results.
 
ResultColumn[] Columns [get]
 An array containing the result columns.
 
int Rows [get]
 Indicates how many rows of results this table contains.
 
IData Parent [getprotected set]
 The parent of this object.
 
IParameters Parameters = ParameterCollection.Empty [get]
 Parameters attached to this Result Table. Note, test step parameter are often attached in the result listener and does not need to be added here.
 
- Properties inherited from OpenTap.IResultTable
IResultColumn[] Columns [get]
 Array containing the result columns.

 
- Properties inherited from OpenTap.IData
IData Parent [get]
 Parent of this object.
 
IParameters Parameters [get]
 All parameters that describes this object.
 
- Properties inherited from OpenTap.IAttributedObject
string Name [get]
 Name of this object.

 
string ObjectType [get]
 String describing this object.

 

Detailed Description

A result table containing rows of results with matching names, column name, and types.

Constructor & Destructor Documentation

◆ ResultTable()

OpenTap.ResultTable.ResultTable ( string  name,
ResultColumn[]  resultColumns 
)
inline

Creates a new result table.

Parameters
nameThe name of the result table.
resultColumnsThe columns of the table.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42