OpenTAP 9.34
API Reference
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.
 
 ResultTable (string name, ResultColumn[] resultColumns, params IParameter[] parameters)
 Creates a new Result Table with a name, result columns and parameters.
 
- Public Member Functions inherited from OpenTap.IData

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 [get, protected 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
- Properties inherited from OpenTap.IData
- Properties inherited from OpenTap.IAttributedObject

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.34 API built Wed Jul 1 2026 09:21:15