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