public class FileSystemResultsReader extends Object implements AllureResultsReader
| Constructor and Description |
|---|
FileSystemResultsReader(Path resultsDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Stream<String> |
findAllAttachments() |
List<ReadError> |
getErrors() |
InputStream |
readAttachment(String source) |
Stream<TestResult> |
readTestResults() |
Stream<TestResultContainer> |
readTestResultsContainers() |
public FileSystemResultsReader(Path resultsDirectory)
public Stream<TestResult> readTestResults()
readTestResults in interface AllureResultsReaderpublic Stream<TestResultContainer> readTestResultsContainers()
readTestResultsContainers in interface AllureResultsReaderpublic Stream<String> findAllAttachments()
findAllAttachments in interface AllureResultsReaderpublic InputStream readAttachment(String source) throws IOException
readAttachment in interface AllureResultsReaderIOExceptionpublic List<ReadError> getErrors()
getErrors in interface AllureResultsReaderCopyright © 2017 qameta.io. All rights reserved.