| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.adaptors.specflow |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addChildStep(TestStep step) |
TestStep |
TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) |
protected TestStep |
TestStep.copyOfThisTestStep() |
TestStep |
TestOutcome.getCurrentGroup() |
TestStep |
TestOutcome.getCurrentStep() |
TestStep |
TestOutcome.getLastStep() |
TestStep |
TestStep.startingAt(org.joda.time.DateTime time) |
TestStep |
TestStep.TestStepBuilder.withResult(TestResult result) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TestStep> |
TestStep.children() |
List<TestStep> |
TestStep.getChildren() |
List<? extends TestStep> |
TestStep.getFlattenedSteps() |
List<TestStep> |
TestOutcome.getFlattenedTestSteps() |
Collection<? extends TestStep> |
TestStep.getLeafTestSteps() |
List<TestStep> |
TestOutcome.getLeafTestSteps() |
List<TestStep> |
TestOutcome.getTestSteps()
An acceptance test is made up of a series of steps.
|
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addChildStep(TestStep step) |
TestOutcome |
TestOutcome.recordStep(TestStep step)
Add a test step to this acceptance test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.addFailingStepAsSibling(List<TestStep> testStepList,
Throwable testFailureCause) |
TestOutcome |
TestOutcome.recordSteps(List<TestStep> steps) |
| Constructor and Description |
|---|
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 |
|---|---|
TestStep |
ScenarioStepReader.consumeNextStepFrom(List<String> lines) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.