Uses of Class
net.thucydides.core.model.ReportData
Packages that use ReportData
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ReportData in net.thucydides.core.model
Methods in net.thucydides.core.model that return ReportDataModifier and TypeMethodDescriptionReportData.ReportDataBuilder.andContents(String contents) ReportData.asEvidence(Boolean isEvidence) Methods in net.thucydides.core.model that return types with arguments of type ReportDataModifier and TypeMethodDescriptionTestOutcome.getEvidence()TestStep.getReportData()TestStep.getReportEvidence()Methods in net.thucydides.core.model with parameters of type ReportDataModifier and TypeMethodDescriptionTestStep.recordReportData(ReportData reportData) TestStep.withReportData(ReportData reportData)