wondering if anyone here has any successful experi...
# kotest
p
wondering if anyone here has any successful experience with spring’s
@DirtiesContext
- i’m annotating my integration tests with
@ContextConfiguration(initializers =
pointing to an initializer to initialize my beans declared with the kotlin functional bean DSL but by the time the second Spec executes, it just references the cached context and doesn’t recreate the
ApplicationContext
(which sets up test containers and connection pools etc)