public class TestCaseReport extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<TestCaseReport> |
__TYPE_ARG |
Constructor and Description |
---|
TestCaseReport(Object delegate) |
TestCaseReport(io.vertx.ext.unit.report.TestCaseReport delegate) |
Modifier and Type | Method 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. |
boolean |
equals(Object o) |
io.vertx.ext.unit.report.TestCaseReport |
getDelegate() |
int |
hashCode() |
String |
name() |
static TestCaseReport |
newInstance(io.vertx.ext.unit.report.TestCaseReport arg) |
String |
toString() |
public static final TypeArg<TestCaseReport> __TYPE_ARG
public TestCaseReport(io.vertx.ext.unit.report.TestCaseReport delegate)
public TestCaseReport(Object delegate)
public io.vertx.ext.unit.report.TestCaseReport getDelegate()
public String name()
public TestCaseReport endHandler(io.vertx.core.Handler<TestResult> handler)
handler
is invoked when the test exec has completed.handler
- the completion handlerpublic static TestCaseReport newInstance(io.vertx.ext.unit.report.TestCaseReport arg)
Copyright © 2020 Eclipse. All rights reserved.