| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.json | |
| net.thucydides.core.reports.xml |
XML Report generation.
|
| Modifier and Type | Method and Description |
|---|---|
OutcomeFormat |
FormatConfiguration.getPreferredFormat() |
static OutcomeFormat |
OutcomeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutcomeFormat[] |
OutcomeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OutcomeFormat> |
AcceptanceTestLoader.getFormat() |
Optional<OutcomeFormat> |
AcceptanceTestReporter.getFormat()
Return the format that this reporter generates, if it is a format that can be activated or deactivated
via the output.formats configuration property.
|
Optional<OutcomeFormat> |
AcceptanceTestFullReporter.getFormat()
Return the format that this reporter generates, if it is a format that can be activated or deactivated
via the output.formats configuration property.
|
List<OutcomeFormat> |
FormatConfiguration.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomeLoader |
TestOutcomeLoader.forFormat(OutcomeFormat format) |
TestOutcomeLoader.TestOutcomeLoaderBuilder |
TestOutcomeLoader.TestOutcomeLoaderBuilder.inFormat(OutcomeFormat format) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OutcomeFormat> |
JSONTestOutcomeReporter.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
Optional<OutcomeFormat> |
XMLTestOutcomeReporter.getFormat()
Deprecated.
|
Copyright © 2022. All rights reserved.