| 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 |
|---|---|
FailureCause |
Screenshot.getError() |
FailureCause |
TestStep.getException() |
FailureCause |
RootCauseAnalyzer.getRootCause() |
FailureCause |
TestOutcome.getTestFailureCause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.setTestFailureCause(FailureCause testFailureCause) |
| Constructor and Description |
|---|
Screenshot(String filename,
String description,
int width,
FailureCause error) |
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 |
|---|---|
FailureCause |
StepPublisher.getTestFailureCause()
If a test failed, what was the error.
|
FailureCause |
BaseStepListener.getTestFailureCause() |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.