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.IOException
public java.util.Iterator<TestOutcome> iterator()
iterator
in interface java.lang.Iterable<TestOutcome>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException