OpenTAP 9.25
API Reference
|
A result table containing rows of results with matching names, column name, and types. More...
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. | |
A result table containing rows of results with matching names, column name, and types.
|
inline |
Creates a new result table.
name | The name of the result table. |
resultColumns | The columns of the table. |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24