Searched defs:EXPECT_EMPTY (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | AnnotatedElementParameterTest.java | 287 repeated, EXPECT_EMPTY); in testMethodGetDeclaredAnnotationsByType_repeated() local 304 container, EXPECT_EMPTY); in testMethodGetDeclaredAnnotationsByType_repeated() local 316 container, EXPECT_EMPTY); in testMethodGetDeclaredAnnotationsByType_repeated() local 323 repeated, EXPECT_EMPTY); in testConstructorGetDeclaredAnnotationsByType_repeated() local 340 container, EXPECT_EMPTY); in testConstructorGetDeclaredAnnotationsByType_repeated() local 352 container, EXPECT_EMPTY); in testConstructorGetDeclaredAnnotationsByType_repeated() local 367 repeated, EXPECT_EMPTY); in testMethodGetAnnotationsByType_repeated() local 384 container, EXPECT_EMPTY); in testMethodGetAnnotationsByType_repeated() local 396 container, EXPECT_EMPTY); in testMethodGetAnnotationsByType_repeated() local 403 repeated, EXPECT_EMPTY); in testConstructorGetAnnotationsByType_repeated() local [all …]
|
D | ExecutableParameterTest.java | 124 AnnotatedMethodClass.getMethodWithoutAnnotations(), EXPECT_EMPTY); in testMethodGetParameterAnnotations_repeated() local 210 EXPECT_EMPTY); in testConstructorGetParameterAnnotations_repeated() local
|
D | AnnotatedElementTestSupport.java | 85 public static final String[] EXPECT_EMPTY = new String[0]; field in AnnotatedElementTestSupport
|