Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DIntrospectorPairTest.java229 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/
DVogarTestCaseRunnerFactory.java32 private static final Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in VogarTestCaseRunnerFactory
55 tests.add(createTest(testClass, methodName, NO_ANNOTATIONS)); in createSuite()
DVogarBlockJUnit4ClassRunner.java105 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/
DAnnotationCollector.java18 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()
DAnnotatedClassResolver.java27 private final static Annotations NO_ANNOTATIONS = AnnotationCollector.emptyAnnotations(); field in AnnotatedClassResolver
226 return NO_ANNOTATIONS; in resolveClassAnnotations()
235 return NO_ANNOTATIONS; in resolveClassAnnotations()
DCollectorBase.java14 protected final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in CollectorBase
DAnnotatedCreatorCollector.java294 paramAnns[0] = NO_ANNOTATIONS; in constructNonDefaultConstructor()
/external/vogar/src/vogar/target/junit/junit3/
DTestSuiteTransformer.java42 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/
DClassUtil.java20 private final static Annotation[] NO_ANNOTATIONS = new Annotation[0]; field in ClassUtil
1141 return NO_ANNOTATIONS; in findClassAnnotations()