Home
last modified time | relevance | path

Searched defs:isCalled (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithCustomAnswerTest.java119 public boolean isCalled() { in isCalled() method in StubbingWithCustomAnswerTest.RecordCall
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingTestCase.java55 protected boolean isCalled() { in isCalled() method in ForwardingTestCase
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java292 public boolean isCalled() { return called; } in isCalled() method in ServiceTest.MockCallback
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java965 public boolean isCalled = false; field in LogManagerTest.MockConfigLogManager
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp213 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent