| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.requirements.reports |
| Modifier and Type | Method and Description |
|---|---|
ExternalLink |
TestOutcome.getExternalLink() |
ExternalLink |
TestStep.getExternalLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestStep.setExternalLink(ExternalLink externalLink) |
void |
TestOutcome.setLink(ExternalLink externalLink) |
| 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 |
|---|---|
ExternalLink |
SingleScenarioOutcome.getExternalLink() |
ExternalLink |
ScenarioOutcome.getExternalLink() |
ExternalLink |
ScenarioSummaryOutcome.getExternalLink() |
| Constructor and Description |
|---|
SingleScenarioOutcome(String name,
String simplifiedName,
String type,
TestResult result,
String scenarioReport,
ZonedDateTime startTime,
Long duration,
Boolean manual,
String description,
List<String> steps,
List<String> examples,
int exampleCount,
String parentName,
String parentReport,
Set<TestTag> tags,
Rule rule,
ExternalLink externalLink,
Collection<TestTag> scenarioTags) |
Copyright © 2022. All rights reserved.