Searched refs:getMethodNames (Results 1 – 5 of 5) sorted by relevance
54 assertUnorderedContentsSame(expectedMethods.get(clazz.getClassName()), getMethodNames(clazz)); in assertAllMethodNames()85 private Iterable<String> getMethodNames(GeneratedClassFile clazz) throws IOException { in getMethodNames() method in ClassTypeTests98 return getMethodNames(ctClass.getDeclaredMethods()); in getMethodNames()101 private List<String> getMethodNames(CtMethod[] methods) { in getMethodNames() method in ClassTypeTests109 private List<String> getMethodNames(Method[] methods, String[] exclusions) { in getMethodNames() method in ClassTypeTests132 getMethodNames(clazz.getDeclaredMethods(), exclusions)); in getExpectedMethodsMap()134 getMethodNames(clazz.getDeclaredMethods(), exclusions)); in getExpectedMethodsMap()
107 private List<String> getMethodNames(CtMethod[] methods) { in getMethodNames() method in AndroidMockGeneratorTest437 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethods()451 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsObjectClass()466 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsUsesSuperclass()491 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testGenerateInterface()503 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testAddInterfaceMethods()516 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testGenerateSubclass()
34 .append(" - Input:").append(getMethodNames(input)).append(" ").append(input.size()) in log()35 .append(" methods.").append(" Output:").append(getMethodNames(output)).append(" ") in log()40 public static List<String> getMethodNames(List<IMethodInstance> methods) { in getMethodNames() method in RemoveAMethodInterceptor
35 public List<String> getMethodNames() { in getMethodNames() method in MyTransformer
72 assertThat(transformer.getMethodNames()).contains("two", "three", "four", "five", "verify"); in verifyAnnotationTransformerMethod()