Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TestCaseReport> |
__TYPE_ARG |
Constructor and Description |
---|
TestCaseReport(Object delegate) |
TestCaseReport(TestCaseReport delegate) |
Modifier and Type | Method and Description |
---|---|
TestCaseReport |
endHandler(Handler<TestResult> handler)
Set a callback for completion, the specified
handler is invoked when the test exec has completed. |
boolean |
equals(Object o) |
TestCaseReport |
getDelegate() |
int |
hashCode() |
String |
name() |
static TestCaseReport |
newInstance(TestCaseReport arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<TestCaseReport> __TYPE_ARG
public TestCaseReport(TestCaseReport delegate)
public TestCaseReport(Object delegate)
public TestCaseReport getDelegate()
public String name()
public TestCaseReport endHandler(Handler<TestResult> handler)
handler
is invoked when the test exec has completed.handler
- the completion handlerpublic static TestCaseReport newInstance(TestCaseReport arg)
Copyright © 2023 Eclipse. All rights reserved.