Home
last modified time | relevance | path

Searched refs:getDelegateMethodSource (Results 1 – 2 of 2) sorted by relevance

/external/android-mock/tests/com/google/android/testing/mocking/
DAndroidMockGeneratorTest.java274 .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 …]
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMockGenerator.java355 CtMethod newMethod = CtMethod.make(getDelegateMethodSource(method), newClass); in addMethods()
425 String getDelegateMethodSource(Method method) { in getDelegateMethodSource() method in AndroidMockGenerator