| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.html |
XML Report generation.
|
| 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 |
|---|---|
com.google.common.base.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.
|
List<OutcomeFormat> |
FormatConfiguration.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomeLoader |
TestOutcomeLoader.forFormat(OutcomeFormat format) |
TestOutcomeLoader.TestOutcomeLoaderBuilder |
TestOutcomeLoader.TestOutcomeLoaderBuilder.inFormat(OutcomeFormat format) |
| Constructor and Description |
|---|
FormatConfiguration(OutcomeFormat... formatValues) |
| Modifier and Type | Method and Description |
|---|---|
OutcomeFormat |
HtmlAggregateStoryReporter.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<OutcomeFormat> |
HtmlAcceptanceTestReporter.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<OutcomeFormat> |
JSONTestOutcomeReporter.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<OutcomeFormat> |
XMLTestOutcomeReporter.getFormat() |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.