Searched refs:class1 (Results 1 – 3 of 3) sorted by relevance
228 private static boolean classMatched(Class<?> class1, Class<?> class2) { in classMatched() argument229 return class1 == class2 || class1.getComponentType() == class2; in classMatched()
321 private static <T> T mockWithInterfaces(Class<T> class1, Class<?>... interfaces) { in mockWithInterfaces() argument322 return mock(class1, withSettings().extraInterfaces(interfaces)); in mockWithInterfaces()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...