public interface AcceptanceTestLoader
| Modifier and Type | Method and Description |
|---|---|
Optional<OutcomeFormat> |
getFormat() |
Optional<TestOutcome> |
loadReportFrom(File reportFile) |
Optional<TestOutcome> |
loadReportFrom(Path reportFile) |
List<TestOutcome> |
loadReportsFrom(File outputDirectory) |
List<TestOutcome> |
loadReportsFrom(Path outputDirectory) |
Optional<TestOutcome> loadReportFrom(File reportFile)
List<TestOutcome> loadReportsFrom(File outputDirectory)
Optional<TestOutcome> loadReportFrom(Path reportFile)
List<TestOutcome> loadReportsFrom(Path outputDirectory)
Optional<OutcomeFormat> getFormat()
Copyright © 2023. All rights reserved.