| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| Modifier and Type | Method and Description |
|---|---|
ReportData |
ReportData.ReportDataBuilder.andContents(String contents) |
ReportData |
ReportData.asEvidence(Boolean isEvidence) |
ReportData |
ReportData.ReportDataBuilder.fromFile(Path source,
Charset encoding) |
ReportData |
ReportData.ReportDataBuilder.fromPath(Path path) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportData> |
TestOutcome.getEvidence() |
List<ReportData> |
TestStep.getReportData() |
List<ReportData> |
TestStep.getReportEvidence() |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.recordReportData(ReportData reportData) |
TestStep |
TestStep.withReportData(ReportData reportData) |
Copyright © 2023. All rights reserved.