Report the execution of a test case.
Constructor and description |
---|
TestCaseReport
(java.lang.Object delegate) |
Type | Name and description |
---|---|
TestCaseReport |
endHandler(io.vertx.core.Handler<TestResult> handler) Set a callback for completion, the specified handler is invoked when the test exec has completed. |
java.lang.Object |
getDelegate() |
java.lang.String |
name() @return
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Set a callback for completion, the specified handler
is invoked when the test exec has completed.
handler
- the completion handler