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

Packages that use DataTable
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of DataTable in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return DataTable
 DataTable DataTable.DataTableBuilder.build()
           
 DataTable TestOutcome.getDataTable()
           
 

Methods in net.thucydides.core.model with parameters of type DataTable
 void TestOutcome.useExamplesFrom(DataTable table)
           
 

Constructors in net.thucydides.core.model with parameters of type DataTable
DataTable.RowValueAccessor(DataTable dataTable, int rowNumber)
           
TestOutcome(long startTime, long duration, String title, String description, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, Set<TestTag> tags, Story userStory, Throwable testFailureCause, TestResult annotatedResult, DataTable dataTable, com.google.common.base.Optional<String> qualifier, boolean manualTest)
           
 

Uses of DataTable in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps with parameters of type DataTable
 void StepListener.useExamplesFrom(DataTable table)
          The current scenario is a data-driven scenario using test data from the specified table.
 void StepEventBus.useExamplesFrom(DataTable table)
           
 void ConsoleLoggingListener.useExamplesFrom(DataTable table)
           
 void BaseStepListener.useExamplesFrom(DataTable table)
          The current scenario is a data-driven scenario using test data from the specified table.
 



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