openrewrite / rewrite-testing-frameworks

OpenRewrite recipes that perform common Java testing migration tasks.
Apache License 2.0
68 stars 57 forks source link

Add Kotlin support for JUnit recipes: UpdateBeforeAfterAnnotations #533

Closed amitojduggal closed 1 week ago

amitojduggal commented 1 week ago

What's changed?

What's your motivation?

Would like to make the recipes to work both with Java and Kotlin.

Anything in particular you'd like reviewers to focus on?

Anyone you would like to review specifically?

@timtebeek @knutwannheden

Have you considered any alternatives or workarounds?

Any additional context

Checklist

amitojduggal commented 1 week ago

Its done @timtebeek , i addressed the review comments. Thanks for the feedback