public class TestSuiteReport extends Object implements ReadStream<TestCaseReport>
original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
TestSuiteReport(TestSuiteReport delegate) |
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.
|
Object |
getDelegate() |
TestSuiteReport |
handler(Handler<TestCaseReport> handler)
Set a data handler.
|
String |
name() |
static TestSuiteReport |
newInstance(TestSuiteReport arg) |
TestSuiteReport |
pause()
Pause the
ReadSupport . |
TestSuiteReport |
resume()
Resume reading.
|
Observable<TestCaseReport> |
toObservable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
newInstance
public TestSuiteReport(TestSuiteReport delegate)
public Object getDelegate()
getDelegate
in interface ReadStream<TestCaseReport>
getDelegate
in interface StreamBase
public Observable<TestCaseReport> toObservable()
toObservable
in interface ReadStream<TestCaseReport>
public String name()
public TestSuiteReport exceptionHandler(Handler<Throwable> handler)
exceptionHandler
in interface ReadStream<TestCaseReport>
exceptionHandler
in interface StreamBase
handler
- the exception handlerpublic TestSuiteReport handler(Handler<TestCaseReport> handler)
ReadStream
handler
in interface ReadStream<TestCaseReport>
public TestSuiteReport pause()
ReadStream
ReadSupport
. While it's paused, no data will be sent to the dataHandler
pause
in interface ReadStream<TestCaseReport>
public TestSuiteReport resume()
ReadStream
ReadSupport
has been paused, reading will recommence on it.resume
in interface ReadStream<TestCaseReport>
public TestSuiteReport endHandler(Handler<Void> endHandler)
ReadStream
endHandler
in interface ReadStream<TestCaseReport>
public static TestSuiteReport newInstance(TestSuiteReport arg)
Copyright © 2016. All rights reserved.