| Package | Description |
|---|---|
| net.thucydides.core.requirements.reports |
| Modifier and Type | Method and Description |
|---|---|
static List<ExampleOutcome> |
ExampleOutcomes.from(TestOutcome outcome) |
default List<ExampleOutcome> |
ScenarioOutcome.getExampleOutcomes() |
List<ExampleOutcome> |
ScenarioSummaryOutcome.getExampleOutcomes() |
| Constructor and Description |
|---|
ScenarioSummaryOutcome(String name,
String type,
TestResult result,
List<String> reportBadges,
String scenarioReport,
String description,
List<String> steps,
List<String> examples,
List<ExampleOutcome> exampleOutcomes,
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) |
Copyright © 2022. All rights reserved.