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