<@U0Y5K7876> this doe snot work (no method to ove...
# kotlintest
i
@nstewart this doe snot work (no method to override)
Copy code
class MyTests : BehaviorSpec() {

    override fun beforeEach() {
        super.beforeEach() //error
        //do things
    }

    init {

    }
}
Documentation states that
Interceptors replace beforeEach, afterEach, beforeAll, and afterAll functions from KotlinTest 1.x.
, but I am not sure hwo to use them