You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To align JUnit Junipter test behaviors with the TestNGs the annotation @TestInstance(Lifecycle.PER_CLASS) is mandatory.
We need a recipe that adds this annotation to all classes containing Methods annotated with @org.junit.jupiter.api.Test.
To align JUnit Junipter test behaviors with the TestNGs the annotation
@TestInstance(Lifecycle.PER_CLASS)
is mandatory.We need a recipe that adds this annotation to all classes containing Methods annotated with
@org.junit.jupiter.api.Test
.Example
Before
After
Remark
This recipe should be a general one line the
MigrateTestAnnotation
one see hereThe text was updated successfully, but these errors were encountered: