Searched refs:getInterfaceMethodSource (Results 1 – 2 of 2) sorted by relevance
207 .getInterfaceMethodSource(method)); in testGetInterfaceMethodSource()214 + "java.lang.IllegalAccessException;", getAndroidMockGenerator().getInterfaceMethodSource( in testGetInterfaceMethodSourceMultipleExceptions()222 .getInterfaceMethodSource(method)); in testGetInterfaceMethodSourceProtectedMethod()229 .getInterfaceMethodSource(method)); in testGetInterfaceMethodSourceNoParams()235 assertEquals("public void run();", getAndroidMockGenerator().getInterfaceMethodSource(method)); in testGetInterfaceMethodSourceVoidReturn()241 getAndroidMockGenerator().getInterfaceMethodSource(method); in testGetInterfaceMethodSourceFinal()251 getAndroidMockGenerator().getInterfaceMethodSource(method); in testGetInterfaceMethodSourceStatic()
173 String getInterfaceMethodSource(Method method) throws UnsupportedOperationException { in getInterfaceMethodSource() method in AndroidMockGenerator333 CtMethod newMethod = CtMethod.make(getInterfaceMethodSource(method), newInterface); in addInterfaceMethods()