Searched refs:NO_ANNOTATIONS (Results 1 – 9 of 9) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | IntrospectorPairTest.java | 229 private final AnnotationIntrospector NO_ANNOTATIONS = AnnotationIntrospector.nopInstance(); field in IntrospectorPairTest 238 new AnnotationIntrospectorPair(withVersion, NO_ANNOTATIONS).version()); in testVersion() 248 NO_ANNOTATIONS); in testAccess() 253 assertSame(NO_ANNOTATIONS, it.next()); in testAccess() 260 assertTrue(new AnnotationIntrospectorPair(NO_ANNOTATIONS, isBundle) in testAnnotationBundle() 262 assertTrue(new AnnotationIntrospectorPair(isBundle, NO_ANNOTATIONS) in testAnnotationBundle() 264 assertFalse(new AnnotationIntrospectorPair(NO_ANNOTATIONS, NO_ANNOTATIONS) in testAnnotationBundle() 279 … assertNull(new AnnotationIntrospectorPair(NO_ANNOTATIONS, NO_ANNOTATIONS).findRootName(null)); in testFindRootName() 280 assertEquals(name, new AnnotationIntrospectorPair(NO_ANNOTATIONS, intr).findRootName(null)); in testFindRootName() 281 assertEquals(name, new AnnotationIntrospectorPair(intr, NO_ANNOTATIONS).findRootName(null)); in testFindRootName() [all …]
|
/external/vogar/src/vogar/target/junit/ |
D | VogarTestCaseRunnerFactory.java | 32 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in VogarTestCaseRunnerFactory 55 tests.add(createTest(testClass, methodName, NO_ANNOTATIONS)); in createSuite()
|
D | VogarBlockJUnit4ClassRunner.java | 105 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in VogarBlockJUnit4ClassRunner.MissingFrameworkMethod 132 return NO_ANNOTATIONS; in getAnnotations()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationCollector.java | 18 protected final static Annotations NO_ANNOTATIONS = new NoAnnotations(); field in AnnotationCollector 29 public static Annotations emptyAnnotations() { return NO_ANNOTATIONS; } in emptyAnnotations() 70 return NO_ANNOTATIONS; in asAnnotations()
|
D | AnnotatedClassResolver.java | 27 private final static Annotations NO_ANNOTATIONS = AnnotationCollector.emptyAnnotations(); field in AnnotatedClassResolver 226 return NO_ANNOTATIONS; in resolveClassAnnotations() 235 return NO_ANNOTATIONS; in resolveClassAnnotations()
|
D | CollectorBase.java | 14 protected final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in CollectorBase
|
D | AnnotatedCreatorCollector.java | 294 paramAnns[0] = NO_ANNOTATIONS; in constructNonDefaultConstructor()
|
/external/vogar/src/vogar/target/junit/junit3/ |
D | TestSuiteTransformer.java | 42 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in TestSuiteTransformer 89 Annotation[] annotations = NO_ANNOTATIONS; in makeDescription()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 20 private final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in ClassUtil 1141 return NO_ANNOTATIONS; in findClassAnnotations()
|