Class TestCaseReport
- java.lang.Object
-
- io.vertx.reactivex.ext.unit.report.TestCaseReport
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TestCaseReport>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description TestCaseReport(TestCaseReport delegate)
TestCaseReport(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseReport
endHandler(Handler<TestResult> handler)
Set a callback for completion, the specifiedhandler
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()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<TestCaseReport> __TYPE_ARG
-
-
Constructor Detail
-
TestCaseReport
public TestCaseReport(TestCaseReport delegate)
-
TestCaseReport
public TestCaseReport(Object delegate)
-
-
Method Detail
-
getDelegate
public TestCaseReport getDelegate()
-
name
public String name()
- Returns:
- the test case name
-
endHandler
public TestCaseReport endHandler(Handler<TestResult> handler)
Set a callback for completion, the specifiedhandler
is invoked when the test exec has completed.- Parameters:
handler
- the completion handler- Returns:
- a reference to this, so the API can be used fluently
-
newInstance
public static TestCaseReport newInstance(TestCaseReport arg)
-
-