When using `withData` with SpringExtension, the re...
# kotest
e
When using
withData
with SpringExtension, the resulting test cases don’t induce After-test lifecycle. In my case, this resulted in mocks not being cleared between tests. Is there any reason why this might be desired behaviour? I see that
withData
adds tests with
TestType.Dynamic
which are not considered applicable by the SpringExtension
s
Probably should update spring to support dynamic tests
e