File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/main/java/org/openrewrite/java/testing/cleanup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ private boolean hasJUnit5MethodAnnotation(J.MethodDeclaration method) {
172
172
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.RepeatedTest" ) ||
173
173
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.params.ParameterizedTest" ) ||
174
174
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.TestFactory" ) ||
175
+ TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.TestTemplate" ) ||
175
176
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.AfterEach" ) ||
176
177
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.BeforeEach" ) ||
177
178
TypeUtils .isOfClassType (a .getType (), "org.junit.jupiter.api.AfterAll" ) ||
You can’t perform that action at this time.
0 commit comments