public class TestOutcomeStream extends Object implements Iterable<TestOutcome>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<TestOutcome> |
iterator() |
static TestOutcomeStream |
testOutcomesInDirectory(Path sourceDirectory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static TestOutcomeStream testOutcomesInDirectory(Path sourceDirectory) throws IOException
IOExceptionpublic Iterator<TestOutcome> iterator()
iterator in interface Iterable<TestOutcome>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2023. All rights reserved.