-
Notifications
You must be signed in to change notification settings - Fork 80
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
DBRider support #624
Comments
Reading between the lines it looks like you'll have to match |
yes, that's indeed what is the case here... Only thing. I only want to remove the specific listener and then remove the annotation if no listeners remain. |
@timtebeek I am facing 3 issues which I do not understand/do not know how I could start solving:
|
The spaces issues where both fixed with |
* Initial draft of the ExecutionListenerToDbRiderAnnotation ScanningRecipe fixes #624 * Added missing import * Ran best practices * Finishing up on the declarative recipe * Finishing up on the declarative recipe * Minimize tests * Apply formatter * Review comment refactoring * Polish to static constructor & reduce visibility * Final polish: fix header year & only use ridr-junit5 in src/main --------- Co-authored-by: Jente Sondervorst <[email protected]> Co-authored-by: Tim te Beek <[email protected]>
What problem are you trying to solve?
Internally, we're using dbrider for integration test that assert db state. It's an extension on top of dbunit that allows for csv datasource annotations on top of test cases.
Between junit4 and 5, there are some changes to the usage.
We could try and create support for this.
Describe the situation before applying the recipe
Describe the situation after applying the recipe
Have you considered any alternatives or workarounds?
Manual changes? 🤢
Any additional context
see docs on dbrider here
Are you interested in contributing this recipe to OpenRewrite?
I will try to come up with certain aspects, but additional support is always welcome as this is completely greenfielded topic from open rewrite perspective.
The text was updated successfully, but these errors were encountered: