| 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 |
|---|---|
static Rule |
Rule.from(io.cucumber.messages.types.Rule cucumberRule) |
Rule |
TestOutcome.getRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.setRule(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
SingleScenarioOutcome.getRule() |
Rule |
ScenarioOutcome.getRule() |
Rule |
ScenarioSummaryOutcome.getRule() |
| Constructor and Description |
|---|
ScenarioSummaryOutcome(String name,
String type,
TestResult result,
List<String> reportBadges,
String scenarioReport,
String description,
List<String> steps,
List<String> examples,
int exampleCount,
Boolean isManual,
String parentName,
String parentReport,
Set<TestTag> tags,
Map<String,Collection<TestTag>> exampleTags,
Rule rule,
ZonedDateTime startTime,
Long duration,
Collection<TestTag> scenarioTags) |
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.