Package io.vertx.rxjava.ext.unit
Class TestCase
- java.lang.Object
-
- io.vertx.rxjava.ext.unit.TestCase
-
public class TestCase extends Object
A test case object can be used to create a single test. NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<TestCase>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestCase
create(String name, io.vertx.core.Handler<TestContext> testCase)
Create a test case.boolean
equals(Object o)
io.vertx.ext.unit.TestCase
getDelegate()
int
hashCode()
static TestCase
newInstance(io.vertx.ext.unit.TestCase arg)
String
toString()
-
-
-
Constructor Detail
-
TestCase
public TestCase(io.vertx.ext.unit.TestCase delegate)
-
TestCase
public TestCase(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.unit.TestCase getDelegate()
-
create
public static TestCase create(String name, io.vertx.core.Handler<TestContext> testCase)
Create a test case.- Parameters:
name
- the test case nametestCase
- the test case- Returns:
- the created test case
-
newInstance
public static TestCase newInstance(io.vertx.ext.unit.TestCase arg)
-
-