Uses of Interface
io.vertx.ext.unit.TestSuite
Packages that use TestSuite
-
Uses of TestSuite in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return TestSuiteModifier and TypeMethodDescriptionTestSuite.after(Handler<TestContext> callback) Set a callback executed after the tests.TestSuite.afterEach(Handler<TestContext> callback) Set a callback executed after each test and before the suiteaftercallback.TestSuite.before(Handler<TestContext> callback) Set a callback executed before the tests.TestSuite.beforeEach(Handler<TestContext> callback) Set a callback executed before each test and after the suitebeforecallback.static TestSuiteCreate and return a new test suite configured after thetestSuiteObjectargument.static TestSuiteCreate and return a new test suite.TestSuite.test(String name, int repeat, Handler<TestContext> testCase) Add a new test case to the suite.TestSuite.test(String name, Handler<TestContext> testCase) Add a new test case to the suite. -
Uses of TestSuite in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit that return TestSuiteMethods in io.vertx.reactivex.ext.unit with parameters of type TestSuiteConstructors in io.vertx.reactivex.ext.unit with parameters of type TestSuite -
Uses of TestSuite in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit that return TestSuiteMethods in io.vertx.rxjava3.ext.unit with parameters of type TestSuiteConstructors in io.vertx.rxjava3.ext.unit with parameters of type TestSuite