public interface TestSuiteReport extends ReadStream<TestCaseReport>
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
endHandler(Handler<Void> endHandler)
Set an end handler.
|
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)
Set a data handler.
|
String |
name() |
TestSuiteReport |
pause()
Pause the
ReadSupport . |
TestSuiteReport |
resume()
Resume reading.
|
String name()
TestSuiteReport exceptionHandler(Handler<Throwable> handler)
exceptionHandler
in interface ReadStream<TestCaseReport>
exceptionHandler
in interface StreamBase
handler
- the exception handlerTestSuiteReport handler(Handler<TestCaseReport> handler)
ReadStream
handler
in interface ReadStream<TestCaseReport>
TestSuiteReport pause()
ReadStream
ReadSupport
. While it's paused, no data will be sent to the dataHandler
pause
in interface ReadStream<TestCaseReport>
TestSuiteReport resume()
ReadStream
ReadSupport
has been paused, reading will recommence on it.resume
in interface ReadStream<TestCaseReport>
TestSuiteReport endHandler(Handler<Void> endHandler)
ReadStream
endHandler
in interface ReadStream<TestCaseReport>
Copyright © 2015. All Rights Reserved.