| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.adaptors.specflow | |
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addChildStep(TestStep step) |
TestStep |
TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) |
TestStep |
TestStep.clone() |
protected TestStep |
TestStep.copyOfThisTestStep() |
TestStep |
TestOutcome.currentGroup() |
TestStep |
TestOutcome.currentStep() |
TestStep |
TestOutcome.lastStep() |
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) |
void |
TestOutcome.setAllStepsTo(List<TestStep> steps,
TestResult result) |
| Constructor and Description |
|---|
TestOutcome(org.joda.time.DateTime 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,
FailureCause testFailureCause,
String testFailureClassname,
String testFailureMessage,
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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TestStep> |
BaseStepListener.cloneCurrentStep() |
com.google.common.base.Optional<TestStep> |
StepEventBus.getCurrentStep() |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.