Searched refs:TesterAnnotation (Results 1 – 11 of 11) sorted by relevance
22 import com.google.common.collect.testing.features.TesterAnnotation;50 @TesterAnnotation
23 import com.google.common.collect.testing.features.TesterAnnotation;54 @TesterAnnotation
43 public @interface TesterAnnotation { annotation
53 @TesterAnnotation
67 @TesterAnnotation
99 @TesterAnnotation
127 @TesterAnnotation
199 if (annotationClass.isAnnotationPresent(TesterAnnotation.class)) { in getTesterAnnotations()
58 @TesterAnnotation89 @TesterAnnotation
40 annotationClass.getAnnotation(TesterAnnotation.class)); in assertGoodTesterAnnotation()