Searched defs:NO_ANNOTATIONS (Results 1 – 10 of 10) sorted by relevance
32 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in VogarTestCaseRunnerFactory
105 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in VogarBlockJUnit4ClassRunner.MissingFrameworkMethod
14 protected final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in CollectorBase
27 private final static Annotations NO_ANNOTATIONS = AnnotationCollector.emptyAnnotations(); field in AnnotatedClassResolver
18 protected final static Annotations NO_ANNOTATIONS = new NoAnnotations(); field in AnnotationCollector
42 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in TestSuiteTransformer
229 private final AnnotationIntrospector NO_ANNOTATIONS = AnnotationIntrospector.nopInstance(); field in IntrospectorPairTest
388 ClassJsonAdapter.FACTORY.create(c.getClass(), NO_ANNOTATIONS, moshi); in anonymousClassNotSupported() local
51 public static final Set<Annotation> NO_ANNOTATIONS = Collections.emptySet(); field in Util
20 private final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in ClassUtil