Searched refs:me2 (Results 1 – 1 of 1) sorted by relevance
73 Method me2 = eqList.get(j); in test_equals() local76 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() local89 Annotation a2 = me2.getDeclaredAnnotations()[0]; in test_equals()91 … assertFalse("must not be equal : method1:"+me1.getName()+", method2: "+me2.getName(), in test_equals()