Searched refs:isDeclaredOnInterface (Results 1 – 2 of 2) sorted by relevance
72 …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()
66 public boolean isDeclaredOnInterface() { in isDeclaredOnInterface() method in InvocationInfo