When I setup a spec, if I use lambda instead of init to place my tests into, that means I cannot really afterTest/beforeTest referencing stuff inside of that lambda. So if I want to reset a mock for example after each test, I need to use init {} way of writing tests or do resetting in the body of each test?