vertx / io.vertx.reactivex.ext.unit / TestSuite / before

before

open fun before(callback: Handler<TestContext>): TestSuite

Set a callback executed before the tests.

Parameters

callback - the callback

Return
a reference to this, so the API can be used fluently