Join Slack
Powered by
Spek has this concept of group-level and test-leve...
# kotlintest
j
julian
11/06/2019, 8:46 PM
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?
Open in Slack
Previous
Next