| Package | Description |
|---|---|
| net.serenitybdd.core.history | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.flags | |
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NewFailure |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Flag> |
HistoricalFlagProvider.getFlagsFor(TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Flag> |
TestOutcome.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
Map<Flag,Integer> |
FlagCounts.asAMap() |
Set<? extends Flag> |
FlagProvider.getFlagsFor(TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
Map<? extends Flag,Integer> |
TestOutcomes.getFlagCounts() |
Set<? extends Flag> |
TestOutcomes.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
TestOutcomes.flagCountFor(Flag flag) |
Copyright © 2023. All rights reserved.