| Package | Description | 
|---|---|
| io.vertx.ext.unit | |
| io.vertx.reactivex.ext.unit | |
| io.vertx.rxjava.ext.unit | 
| Modifier and Type | Method and Description | 
|---|---|
TestSuite | 
TestSuite.after(Handler<TestContext> callback)
Set a callback executed after the tests. 
 | 
TestSuite | 
TestSuite.afterEach(Handler<TestContext> callback)
Set a callback executed after each test and before the suite  
after callback. | 
TestSuite | 
TestSuite.before(Handler<TestContext> callback)
Set a callback executed before the tests. 
 | 
TestSuite | 
TestSuite.beforeEach(Handler<TestContext> callback)
Set a callback executed before each test and after the suite  
before callback. | 
static TestSuite | 
TestSuite.create(Object testSuiteObject)
Create and return a new test suite configured after the  
testSuiteObject argument. | 
static TestSuite | 
TestSuite.create(String name)
Create and return a new test suite. 
 | 
TestSuite | 
TestSuite.test(String name,
    Handler<TestContext> testCase)
Add a new test case to the suite. 
 | 
TestSuite | 
TestSuite.test(String name,
    int repeat,
    Handler<TestContext> testCase)
Add a new test case to the suite. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TestSuite | 
TestSuite.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TestSuite | 
TestSuite.newInstance(TestSuite arg)  | 
| Constructor and Description | 
|---|
TestSuite(TestSuite delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
TestSuite | 
TestSuite.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TestSuite | 
TestSuite.newInstance(TestSuite arg)  | 
| Constructor and Description | 
|---|
TestSuite(TestSuite delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.