| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DataTable |
DataTable.DataTableBuilder.build() |
DataTable |
TestOutcome.getDataTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.useExamplesFrom(DataTable table) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
BaseStepListener.useExamplesFrom(DataTable table)
The current scenario is a data-driven scenario using test data from the specified table.
|
void |
ConsoleLoggingListener.useExamplesFrom(DataTable table) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.