| Package | Description |
|---|---|
| net.thucydides.core.logging | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleLoggingListener.addNewExamplesFrom(DataTable table) |
void |
ConsoleLoggingListener.useExamplesFrom(DataTable table) |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
DataTable.DataTableBuilder.build() |
DataTable |
DataTable.containingOnlyRowsWithTagsFrom(Collection<TestTag> filterTags) |
DataTable |
TestOutcome.getDataTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.addDataFrom(DataTable newDataTable) |
void |
TestOutcome.addNewExamplesFrom(DataTable table) |
void |
TestOutcome.useExamplesFrom(DataTable table) |
| Constructor and Description |
|---|
TestOutcome(ZonedDateTime startTime,
long duration,
String title,
String description,
String name,
String id,
Class<?> testCase,
List<TestStep> testSteps,
List<String> issues,
List<String> additionalIssues,
List<CastMember> actors,
Set<TestTag> tags,
Story userStory,
FailureCause testFailureCause,
String testFailureClassname,
String testFailureMessage,
String testFailureSummary,
TestResult annotatedResult,
DataTable dataTable,
Optional<String> qualifier,
String driver,
boolean manualTest,
boolean isManualTestingUpToDate,
String lastTested,
List<String> testEvidence,
String projectKey,
EnvironmentVariables environmentVariables,
ExternalLink externalLink,
String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepListener.addNewExamplesFrom(DataTable table)
If multiple tables are used, this method will add any new rows to the test data
|
void |
StepListener.useExamplesFrom(DataTable table)
The current scenario is a data-driven scenario using test data from the specified table.
|
Copyright © 2023. All rights reserved.