Uses of Class
net.thucydides.core.reports.OutcomeFormat
| 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.
|
-
Uses of OutcomeFormat in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return OutcomeFormat Modifier and Type Method Description OutcomeFormatFormatConfiguration. getPreferredFormat()static OutcomeFormatOutcomeFormat. valueOf(java.lang.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.Methods in net.thucydides.core.reports that return types with arguments of type OutcomeFormat Modifier and Type Method Description java.util.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.java.util.Optional<OutcomeFormat>AcceptanceTestLoader. getFormat()java.util.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.java.util.List<OutcomeFormat>FormatConfiguration. getFormats()Methods in net.thucydides.core.reports with parameters of type OutcomeFormat Modifier and Type Method Description TestOutcomeLoaderTestOutcomeLoader. forFormat(OutcomeFormat format)TestOutcomeLoader.TestOutcomeLoaderBuilderTestOutcomeLoader.TestOutcomeLoaderBuilder. inFormat(OutcomeFormat format) -
Uses of OutcomeFormat in net.thucydides.core.reports.json
Methods in net.thucydides.core.reports.json that return types with arguments of type OutcomeFormat Modifier and Type Method Description java.util.Optional<OutcomeFormat>JSONTestOutcomeReporter. getFormat() -
Uses of OutcomeFormat in net.thucydides.core.reports.xml
Methods in net.thucydides.core.reports.xml that return types with arguments of type OutcomeFormat Modifier and Type Method Description java.util.Optional<OutcomeFormat>XMLTestOutcomeReporter. getFormat()Deprecated.