Package org.sonar.java.checks.helpers
Class UnitTestUtils
- java.lang.Object
-
- org.sonar.java.checks.helpers.UnitTestUtils
-
public final class UnitTestUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasJUnit5TestAnnotation(MethodTree tree)static booleanhasTestAnnotation(MethodTree tree)
-
-
-
Method Detail
-
hasTestAnnotation
public static boolean hasTestAnnotation(MethodTree tree)
-
hasJUnit5TestAnnotation
public static boolean hasJUnit5TestAnnotation(MethodTree tree)
-
-