public class TestSuiteReport extends Object implements ReadStream<TestCaseReport>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<TestSuiteReport> |
__TYPE_ARG |
| Constructor and Description |
|---|
TestSuiteReport(TestSuiteReport delegate) |
| Modifier and Type | Method and Description |
|---|---|
TestSuiteReport |
endHandler(Handler<Void> endHandler)
Set an end handler.
|
boolean |
equals(Object o) |
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 |
getDelegate() |
TestSuiteReport |
handler(Handler<TestCaseReport> handler)
Set a data handler.
|
int |
hashCode() |
String |
name() |
static TestSuiteReport |
newInstance(TestSuiteReport arg) |
TestSuiteReport |
pause()
Pause the
ReadSupport. |
TestSuiteReport |
resume()
Resume reading.
|
Observable<TestCaseReport> |
toObservable() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitnewInstance, newInstancenewInstancepublic static final TypeArg<TestSuiteReport> __TYPE_ARG
public TestSuiteReport(TestSuiteReport delegate)
public TestSuiteReport getDelegate()
getDelegate in interface ReadStream<TestCaseReport>getDelegate in interface StreamBasepublic 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 StreamBasehandler - the exception handlerpublic TestSuiteReport handler(Handler<TestCaseReport> handler)
ReadStreamhandler in interface ReadStream<TestCaseReport>public TestSuiteReport pause()
ReadStreamReadSupport. While it's paused, no data will be sent to the dataHandlerpause in interface ReadStream<TestCaseReport>public TestSuiteReport resume()
ReadStreamReadSupport has been paused, reading will recommence on it.resume in interface ReadStream<TestCaseReport>public TestSuiteReport endHandler(Handler<Void> endHandler)
ReadStreamendHandler in interface ReadStream<TestCaseReport>public static TestSuiteReport newInstance(TestSuiteReport arg)
Copyright © 2017. All rights reserved.