Package net.thucydides.core.reports
Class TestOutcomeStream
java.lang.Object
net.thucydides.core.reports.TestOutcomeStream
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<TestOutcome>
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()iterator()static TestOutcomeStreamtestOutcomesInDirectory(Path sourceDirectory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
testOutcomesInDirectory
- Throws:
IOException
-
iterator
- Specified by:
iteratorin interfaceIterable<TestOutcome>
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-