Searched refs:isCalled (Results 1 – 8 of 8) sorted by relevance
44 assertTrue(recordCall.isCalled()); in shouldAnswerWithThenAnswerAlias()75 assertTrue(recordCall.isCalled()); in shouldAnswerVoidMethod()89 assertTrue(call1.isCalled()); in shouldAnswerVoidMethodConsecutively()90 assertFalse(call2.isCalled()); in shouldAnswerVoidMethodConsecutively()99 assertTrue(call2.isCalled()); in shouldAnswerVoidMethodConsecutively()119 public boolean isCalled() { in isCalled() method in StubbingWithCustomAnswerTest.RecordCall
217 assertFalse("equals() should not be forwarded.", isCalled()); in testEquals_Object()222 assertFalse("hashCode() should not be forwarded.", isCalled()); in testHashCode()
55 protected boolean isCalled() { in isCalled() method in ForwardingTestCase
123 if (!Call.isCalled(OpenFn)) in checkPostCall()142 if (!Call.isCalled(CloseFn)) in checkPreCall()
292 public boolean isCalled() { return called; } in isCalled() method in ServiceTest.MockCallback318 return callback.isCalled(); in matches()
391 assertFalse(lm.isCalled); in testReadConfiguration()394 assertTrue(lm.isCalled); in testReadConfiguration()965 public boolean isCalled = false; field in LogManagerTest.MockConfigLogManager968 isCalled = true; in readConfiguration()
260 bool isCalled(const CallDescription &CD) const;
213 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent