Searched refs:annotatedElement (Results 1 – 2 of 2) sorted by relevance
150 public boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument151 return shouldTestRun(Arrays.asList(annotatedElement.getAnnotations())); in shouldTestRun()
998 protected boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() argument999 return mFilterHelper.shouldTestRun(annotatedElement); in shouldTestRun()