A test case object can be used to create a single test.
Constructor and description |
---|
TestCase
(java.lang.Object delegate) |
Type | Name and description |
---|---|
static TestCase |
create(java.lang.String name, io.vertx.core.Handler<TestContext> testCase) Create a test case. |
java.lang.Object |
getDelegate() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a test case.
name
- the test case nametestCase
- the test case