public class TestOutcomeStream extends java.lang.Object implements java.lang.Iterable<TestOutcome>, java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Iterator<TestOutcome> |
iterator() |
static TestOutcomeStream |
testOutcomesInDirectory(java.nio.file.Path sourceDirectory) |
public static TestOutcomeStream testOutcomesInDirectory(java.nio.file.Path sourceDirectory) throws java.io.IOException
java.io.IOExceptionpublic java.util.Iterator<TestOutcome> iterator()
iterator in interface java.lang.Iterable<TestOutcome>public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException