Uses of Enum
net.thucydides.core.reports.OutcomeFormat
Packages that use OutcomeFormat
Package
Description
Thucydides generates reports in HTML and XML by default.
XML Report generation.
-
Uses of OutcomeFormat in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return OutcomeFormatModifier and TypeMethodDescriptionFormatConfiguration.getPreferredFormat()static OutcomeFormatReturns 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 OutcomeFormatModifier and TypeMethodDescriptionAcceptanceTestFullReporter.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.AcceptanceTestLoader.getFormat()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.FormatConfiguration.getFormats()Methods in net.thucydides.core.reports with parameters of type OutcomeFormatModifier and TypeMethodDescriptionTestOutcomeLoader.forFormat(OutcomeFormat format) TestOutcomeLoader.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 -
Uses of OutcomeFormat in net.thucydides.core.reports.xml
Methods in net.thucydides.core.reports.xml that return types with arguments of type OutcomeFormat