Home | History | Annotate | Download | only in stock

Lines Matching full:methods1

1016         Method[] methods1 = getMethodsForProxyClass(TestOrderingClass.class);
1017 assertNotNull(methods1);
1030 assertTrue(Arrays.equals(methods1, methods2));