Package io.vertx.reactivex.ext.unit
Class TestCase
- java.lang.Object
-
- io.vertx.reactivex.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 theoriginalnon 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 TestCasecreate(String name, io.vertx.core.Handler<TestContext> testCase)Create a test case.booleanequals(Object o)io.vertx.ext.unit.TestCasegetDelegate()inthashCode()static TestCasenewInstance(io.vertx.ext.unit.TestCase arg)StringtoString()
-
-
-
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)
-
-