Home
last modified time | relevance | path

Searched refs:checkTestMethodAnnotationByName (Results 1 – 1 of 1) sorted by relevance

/external/nullaway/jar-infer/jar-infer-lib/src/test/java/com/uber/nullaway/jarinfer/
DAnnotationChecker.java110 && !checkTestMethodAnnotationByName(method)) { in checkMethodAnnotationsInClass()
140 private static boolean checkTestMethodAnnotationByName(MethodNode method) { in checkTestMethodAnnotationByName() method in AnnotationChecker