Philzen/rewrite-TestNG-to-JUnit5

`public static` inner classes migration

Opened this issue · 1 comments

Simply add @Nested annotation to public static inner classes and remove their static keyword.

This feature is implemented and available on main via the org.openrewrite.java.testing.junit5.AddMissingNested recipe.

However it should be reviewed that inner classes that don't have both public and static are not annotated / changed, thus leaving this issue open for review now.