Migrate from TestTransactionInterceptor to TestExecutionListener #163
Labels
info: good first issue
Good for newcomers
type: improvement
A minor improvement to an existing feature
Spring allows the integration of external project into its test framework through the
TestExecutionListener
, the main difference with theTestTransactionInterceptor
used by Micronaut is that it allows external projects to use theApplicationContext
(therefore the beans) in tests.This evolution would make it easier to use tools such as Database Rider with Micronaut.
The text was updated successfully, but these errors were encountered: