Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationTest.java73 Method me2 = eqList.get(j); in test_equals() local
76 Annotation a2 = me2.getDeclaredAnnotations()[0]; in test_equals()
77 … assertEquals("must be equal : method1:"+me1.getName()+", method2: "+me2.getName(), a1, a2); in test_equals()
87 Method me2 = eqList.get(j); in test_equals() local
89 Annotation a2 = me2.getDeclaredAnnotations()[0]; in test_equals()
91 … assertFalse("must not be equal : method1:"+me1.getName()+", method2: "+me2.getName(), in test_equals()