https://kotlinlang.org logo
e

Emil Kantis

04/07/2022, 10:41 AM
Seems
withData
test cases don’t trigger `beforeEach`/`afterEach`. Feels a bit counter-intuitive to me. It doesn’t feel completely covered by the docs either, https://kotest.io/docs/framework/lifecycle-hooks.html IMO dynamic tests are a subset of
TestType.Test
and it feels wrong that they are not included in the lifecycle hooks that affect
TestType.Test.
. Is this the wrong way to look at it?
s

sam

04/17/2022, 10:25 PM
Yeah I think we should support it
👍 1
57 Views