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