Searched refs:shouldHaveBar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java3534 static void checkInheritence(AnnotatedElement e, boolean shouldHaveFoo, boolean shouldHaveBar) { argument
3539 if (hasFoo != shouldHaveFoo || hasBar != shouldHaveBar)
3551 if (hasFoo != shouldHaveFoo ||hasBar != shouldHaveBar)
3559 static void checkDeclaredAnnotations(AnnotatedElement e, boolean shouldHaveFoo, boolean shouldHaveBar) { argument
3571 if (hasFoo != shouldHaveFoo ||hasBar != shouldHaveBar)

Completed in 49 milliseconds