Searched refs:isForbiddenMethod (Results 1 – 2 of 2) sorted by relevance
392 if (isForbiddenMethod(method)) { in isMockable()400 boolean isForbiddenMethod(Method method) { in isForbiddenMethod() method in AndroidMockGenerator
554 assertTrue(getAndroidMockGenerator().isForbiddenMethod(method)); in testIsForbiddenMethod()557 assertFalse(getAndroidMockGenerator().isForbiddenMethod(method)); in testIsForbiddenMethod()