public interface AcceptanceTestLoader
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<OutcomeFormat> |
getFormat() |
com.google.common.base.Optional<TestOutcome> |
loadReportFrom(java.io.File reportFile) |
com.google.common.base.Optional<TestOutcome> |
loadReportFrom(java.nio.file.Path reportFile) |
java.util.List<TestOutcome> |
loadReportsFrom(java.io.File outputDirectory) |
java.util.List<TestOutcome> |
loadReportsFrom(java.nio.file.Path outputDirectory) |
com.google.common.base.Optional<TestOutcome> loadReportFrom(java.io.File reportFile)
java.util.List<TestOutcome> loadReportsFrom(java.io.File outputDirectory)
com.google.common.base.Optional<TestOutcome> loadReportFrom(java.nio.file.Path reportFile)
java.util.List<TestOutcome> loadReportsFrom(java.nio.file.Path outputDirectory)
com.google.common.base.Optional<OutcomeFormat> getFormat()