Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DInvocationInfoTest.java72 …nfo(new InvocationBuilder().method(iAmAbstract()).toInvocation()).isDeclaredOnInterface()).isFalse… in should_know_method_is_declared_on_interface()
73 …Info(new InvocationBuilder().method("voidMethod").toInvocation()).isDeclaredOnInterface()).isTrue(… in should_know_method_is_declared_on_interface()
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DInvocationInfo.java66 public boolean isDeclaredOnInterface() { in isDeclaredOnInterface() method in InvocationInfo