Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from TestTransactionInterceptor to TestExecutionListener #163

Closed
bidorffOL opened this issue May 8, 2020 · 0 comments · Fixed by #164
Closed

Migrate from TestTransactionInterceptor to TestExecutionListener #163

bidorffOL opened this issue May 8, 2020 · 0 comments · Fixed by #164
Labels
info: good first issue Good for newcomers type: improvement A minor improvement to an existing feature

Comments

@bidorffOL
Copy link
Contributor

Spring allows the integration of external project into its test framework through the TestExecutionListener, the main difference with the TestTransactionInterceptor used by Micronaut is that it allows external projects to use the ApplicationContext (therefore the beans) in tests.

This evolution would make it easier to use tools such as Database Rider with Micronaut.

@graemerocher graemerocher added type: improvement A minor improvement to an existing feature info: good first issue Good for newcomers labels May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info: good first issue Good for newcomers type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants