Class TestCaseReport
- java.lang.Object
-
- io.vertx.reactivex.ext.unit.report.TestCaseReport
-
public class TestCaseReport extends Object
Report the execution of a test case. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<TestCaseReport>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description TestCaseReport(io.vertx.ext.unit.report.TestCaseReport delegate)TestCaseReport(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseReportendHandler(io.vertx.core.Handler<TestResult> handler)Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.booleanequals(Object o)io.vertx.ext.unit.report.TestCaseReportgetDelegate()inthashCode()Stringname()static TestCaseReportnewInstance(io.vertx.ext.unit.report.TestCaseReport arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<TestCaseReport> __TYPE_ARG
-
-
Constructor Detail
-
TestCaseReport
public TestCaseReport(io.vertx.ext.unit.report.TestCaseReport delegate)
-
TestCaseReport
public TestCaseReport(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.unit.report.TestCaseReport getDelegate()
-
name
public String name()
- Returns:
- the test case name
-
endHandler
public TestCaseReport endHandler(io.vertx.core.Handler<TestResult> handler)
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
public static TestCaseReport newInstance(io.vertx.ext.unit.report.TestCaseReport arg)
-
-