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
original
non 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 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 TypeArg<TestCaseReport> __TYPE_ARG
-
-
Constructor Detail
-
TestCaseReport
public TestCaseReport(TestCaseReport delegate)
-
TestCaseReport
public TestCaseReport(Object delegate)
-
-
Method Detail
-
getDelegate
public TestCaseReport getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
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)
-
-