Uses of Class
net.thucydides.core.model.ReportData
| Package | Description |
|---|---|
| net.thucydides.core.model |
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 ReportData Modifier and Type Method Description ReportDataReportData.ReportDataBuilder. andContents(java.lang.String contents)ReportDataReportData. asEvidence(java.lang.Boolean isEvidence)ReportDataReportData.ReportDataBuilder. fromFile(java.nio.file.Path source, java.nio.charset.Charset encoding)ReportDataReportData.ReportDataBuilder. fromPath(java.nio.file.Path path)Methods in net.thucydides.core.model that return types with arguments of type ReportData Modifier and Type Method Description java.util.List<ReportData>TestOutcome. getEvidence()java.util.List<ReportData>TestStep. getReportData()java.util.List<ReportData>TestStep. getReportEvidence()Methods in net.thucydides.core.model with parameters of type ReportData Modifier and Type Method Description TestStepTestStep. recordReportData(ReportData reportData)TestStepTestStep. withReportData(ReportData reportData)