Spek has this concept of group-level and test-leve...
# kotlintest
j
Spek has this concept of group-level and test-level fixtures. See https://www.spekframework.org/core-concepts/#fixtures. Namely
before/afterGroup
and
before/afterEachTest
. Does Kotlintest offer a way to get this same type of fixture behavior?