Uses of Class
net.serenitybdd.core.history.PreviousTestOutcome
Packages that use PreviousTestOutcome
-
Uses of PreviousTestOutcome in net.serenitybdd.core.history
Methods in net.serenitybdd.core.history that return PreviousTestOutcomeModifier and TypeMethodDescriptionstatic PreviousTestOutcomePreviousTestOutcome.from(TestOutcome testOutcome) Methods in net.serenitybdd.core.history that return types with arguments of type PreviousTestOutcomeModifier and TypeMethodDescriptionFileSystemTestOutcomeSummaryRecorder.loadSummaries()TestOutcomeSummaryRecorder.loadSummaries() -
Uses of PreviousTestOutcome in net.thucydides.core.reports.json.gson
Methods in net.thucydides.core.reports.json.gson that return types with arguments of type PreviousTestOutcomeMethods in net.thucydides.core.reports.json.gson with parameters of type PreviousTestOutcomeModifier and TypeMethodDescriptionvoidGsonPreviousOutcomeConverter.toJson(PreviousTestOutcome testOutcome, OutputStream outputStream)