open fun afterEach(callback: Handler<TestContext>): TestSuite
Set a callback executed after each test and before the suite after callback.
after
callback - the callback
callback
Return a reference to this, so the API can be used fluently