public interface TestSuiteReport extends ReadStream<TestCaseReport>
| Modifier and Type | Method and Description |
|---|---|
TestSuiteReport |
endHandler(Handler<Void> endHandler) |
TestSuiteReport |
exceptionHandler(Handler<Throwable> handler)
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple
times before the test ends.
|
TestSuiteReport |
handler(Handler<TestCaseReport> handler) |
String |
name() |
TestSuiteReport |
pause() |
TestSuiteReport |
resume() |
fetchString name()
TestSuiteReport exceptionHandler(Handler<Throwable> handler)
exceptionHandler in interface ReadStream<TestCaseReport>exceptionHandler in interface StreamBasehandler - the exception handlerTestSuiteReport handler(Handler<TestCaseReport> handler)
handler in interface ReadStream<TestCaseReport>TestSuiteReport pause()
pause in interface ReadStream<TestCaseReport>TestSuiteReport resume()
resume in interface ReadStream<TestCaseReport>TestSuiteReport endHandler(Handler<Void> endHandler)
endHandler in interface ReadStream<TestCaseReport>Copyright © 2018 Eclipse. All rights reserved.