Home
last modified time | relevance | path

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

/external/nullaway/jar-infer/jar-infer-lib/src/test/java/com/uber/nullaway/jarinfer/
DAnnotationChecker.java188 List<AnnotationNode> annotations, String expectAnnotation, String actualAnnotation) { in checkExpectedAnnotation() argument
190 int numAnnotationsFound = countAnnotations(annotations, actualAnnotation); in checkExpectedAnnotation()
194 + actualAnnotation in checkExpectedAnnotation()
202 return !containsAnnotation(annotations, actualAnnotation); in checkExpectedAnnotation()