Uses of Class
net.thucydides.core.model.DataTableRow

Packages that use DataTableRow
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
 

Uses of DataTableRow in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return types with arguments of type DataTableRow
 List<DataTableRow> DataTable.getRows()
           
 

Methods in net.thucydides.core.model with parameters of type DataTableRow
 void TestOutcome.addRow(DataTableRow dataTableRow)
           
 void DataTable.addRow(DataTableRow dataTableRow)
           
 DataTable.DataTableBuilder DataTable.DataTableBuilder.andCopyRowDataFrom(DataTableRow row)
           
 

Method parameters in net.thucydides.core.model with type arguments of type DataTableRow
 void DataTable.addRows(List<DataTableRow> rows)
           
 DataTable.DataTableBuilder DataTable.DataTableBuilder.andRowData(List<DataTableRow> rows)
           
 

Constructor parameters in net.thucydides.core.model with type arguments of type DataTableRow
DataTable.DataTableBuilder(List<String> headers, List<DataTableRow> rows)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.