vertx / io.vertx.ext.unit / TestSuite / after

after

abstract fun after(callback: Handler<TestContext>): TestSuite

Set a callback executed after the tests.

Parameters

callback - the callback

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