Searched refs:getDelegateMethodSource (Results 1 – 2 of 2) sorted by relevance
274 .getDelegateMethodSource(method)); in testGetDelegateMethodSource()289 getAndroidMockGenerator().getDelegateMethodSource(method)); in testGetDelegateMethodSourceAllTypes()294 .getDelegateMethodSource(method)); in testGetDelegateMethodSourceAllTypes()298 .getDelegateMethodSource(method)); in testGetDelegateMethodSourceAllTypes()359 .getDelegateMethodSource(method)); in testGetDelegateMethodSourceMultipleExceptions()367 .getDelegateMethodSource(method)); in testGetDelegateMethodSourceProtectedMethod()377 + "arg3);}", getAndroidMockGenerator().getDelegateMethodSource(method)); in testGetDelegateMethodSourceMultiParams()386 .getDelegateMethodSource(method)); in testGetDelegateMethodSourceNoParams()393 + "delegateMockObject.run();}", getAndroidMockGenerator().getDelegateMethodSource(method)); in testGetDelegateMethodSourceVoidReturn()399 getAndroidMockGenerator().getDelegateMethodSource(method); in testGetDelegateMethodSourceFinal()[all …]
355 CtMethod newMethod = CtMethod.make(getDelegateMethodSource(method), newClass); in addMethods()425 String getDelegateMethodSource(Method method) { in getDelegateMethodSource() method in AndroidMockGenerator