Uses of Class
io.vertx.reactivex.ext.unit.TestSuite
Packages that use TestSuite
-
Uses of TestSuite in io.vertx.reactivex.ext.unit
Fields in io.vertx.reactivex.ext.unit with type parameters of type TestSuiteModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TestSuite> TestSuite.__TYPE_ARGMethods in io.vertx.reactivex.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.static TestSuiteTestSuite.newInstance(TestSuite arg) 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.