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