Class TestCaseReport
java.lang.Object
io.vertx.reactivex.ext.unit.report.TestCaseReport
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendHandler(Handler<TestResult> handler) Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.booleaninthashCode()name()static TestCaseReporttoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
TestCaseReport
-
TestCaseReport
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
name
- Returns:
- the test case name
-
endHandler
Set a callback for completion, the specifiedhandleris 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
-