public interface TestSuiteReport extends io.vertx.core.streams.ReadStream<TestCaseReport>
Modifier and Type | Method and Description |
---|---|
TestSuiteReport |
endHandler(io.vertx.core.Handler<Void> endHandler) |
TestSuiteReport |
exceptionHandler(io.vertx.core.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(io.vertx.core.Handler<TestCaseReport> handler) |
String |
name() |
TestSuiteReport |
pause() |
TestSuiteReport |
resume() |
String name()
TestSuiteReport exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler
in interface io.vertx.core.streams.ReadStream<TestCaseReport>
exceptionHandler
in interface io.vertx.core.streams.StreamBase
handler
- the exception handlerTestSuiteReport handler(io.vertx.core.Handler<TestCaseReport> handler)
handler
in interface io.vertx.core.streams.ReadStream<TestCaseReport>
TestSuiteReport pause()
pause
in interface io.vertx.core.streams.ReadStream<TestCaseReport>
TestSuiteReport resume()
resume
in interface io.vertx.core.streams.ReadStream<TestCaseReport>
TestSuiteReport endHandler(io.vertx.core.Handler<Void> endHandler)
endHandler
in interface io.vertx.core.streams.ReadStream<TestCaseReport>
Copyright © 2018 Eclipse. All rights reserved.