Searched refs:getSetDelegateMethodSource (Results 1 – 2 of 2) sorted by relevance
293 clazz.addMethod(CtMethod.make(getSetDelegateMethodSource(newInterface), clazz)); in addSetDelegateMethod()299 String getSetDelegateMethodSource(CtClass newInterface) { in getSetDelegateMethodSource() method in AndroidMockGenerator
545 assertEquals(expectedSource, mockGenerator.getSetDelegateMethodSource(generatedInterface)); in testGetSetDelegateMethodSource()