-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge DataProvider migration recipe from MBoegers/migrate-testngtojupiter-rewrite #38
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- src/main/java/org/philzen/oss/testng/UpdateTestAnnotationToJunit5.java
- lines 21-21
- lines 30-30
- lines 102-102
- lines 115-115
- lines 181-181
src/main/java/io/github/mboegers/openrewrite/testngtojupiter/MigrateDataProvider.java
Show resolved
Hide resolved
src/main/java/io/github/mboegers/openrewrite/testngtojupiter/helper/AnnotationArguments.java
Outdated
Show resolved
Hide resolved
ddc2016
to
594d745
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_
cb9d3d3
to
f0ca1a0
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_
Makes official org.openrewrite.java.testing.* recipes available for usage in our own master recipe.
Annotation type is J.FieldAccess anytime the annotation is fully qualified. The code in org.openrewrite.java.testing.junit5.UpdateTestAnnotation (which this is based on) would build a new annotation instance instead of modifying the type of the existing annotation. It turns out the latter also works fine for this recipe's scope.
d7e746f
to
d606f71
Compare
No description provided.