public class TestSuiteReport extends Object implements io.vertx.rxjava.core.streams.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) |
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) |
String |
name() |
static TestSuiteReport |
newInstance(TestSuiteReport arg) |
TestSuiteReport |
pause() |
TestSuiteReport |
resume() |
rx.Observable<TestCaseReport> |
toObservable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstancenewInstancepublic TestSuiteReport(TestSuiteReport delegate)
public Object getDelegate()
getDelegate in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>getDelegate in interface io.vertx.rxjava.core.streams.StreamBasepublic rx.Observable<TestCaseReport> toObservable()
toObservable in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>public String name()
public TestSuiteReport exceptionHandler(Handler<Throwable> handler)
exceptionHandler in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>exceptionHandler in interface io.vertx.rxjava.core.streams.StreamBasehandler - the exception handlerpublic TestSuiteReport handler(Handler<TestCaseReport> handler)
handler in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>public TestSuiteReport pause()
pause in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>public TestSuiteReport resume()
resume in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>public TestSuiteReport endHandler(Handler<Void> endHandler)
endHandler in interface io.vertx.rxjava.core.streams.ReadStream<TestCaseReport>public static TestSuiteReport newInstance(TestSuiteReport arg)
Copyright © 2016. All rights reserved.