Class TestCase
java.lang.Object
io.vertx.reactivex.ext.unit.TestCase
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestCasecreate(String name, Handler<TestContext> testCase) Create a test case.booleaninthashCode()static TestCasenewInstance(TestCase arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
TestCase
-
TestCase
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Create a test case.- Parameters:
name- the test case nametestCase- the test case- Returns:
- the created test case
-
newInstance
-