| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots | |
| net.thucydides.core.model.stacktrace | |
| net.thucydides.core.steps |
| Modifier and Type | Method and Description |
|---|---|
FailureCause |
TestStep.getException() |
FailureCause |
TestStep.getNestedException() |
FailureCause |
TestOutcome.getNestedTestFailureCause() |
FailureCause |
TestOutcome.getTestFailureCause() |
| 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 |
|---|---|
FailureCause |
Screenshot.getError() |
| Constructor and Description |
|---|
Screenshot(String filename,
String description,
int width,
long timestamp,
FailureCause error) |
Screenshot(String filename,
String description,
int width,
long timestamp,
FailureCause error,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
FailureCause |
RootCauseAnalyzer.getRootCause() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FailureCause> |
FailureCause.getRootCause() |
| Modifier and Type | Method and Description |
|---|---|
FailureCause |
TestFailureCause.getRootCause() |
| Constructor and Description |
|---|
TestFailureCause(Throwable originalCause,
FailureCause rootCause,
String testFailureClassname,
String testFailureMessage,
TestResult annotatedResult) |
Copyright © 2023. All rights reserved.