Lines Matching defs:expectLastCall
146 expectLastCall(
167 expectLastCall(
184 expectLastCall(
201 expectLastCall(
224 expectLastCall(
243 expectLastCall(
262 IExpectationSetters<Object> setter = expectLastCall(
278 ((MocksControl) expectLastCall("method call on the mock needed before setting default void callable"))
346 expectLastCall(
352 IExpectationSetters<Object> setter = expectLastCall("method call on the mock needed before setting void callable");
377 expectLastCall(
383 IExpectationSetters<Object> setter = expectLastCall(
406 expectLastCall(
468 EasyMock.expectLastCall().andReturn(value).once();
489 IExpectationSetters<Object> expectAndReturn = EasyMock.expectLastCall()
512 EasyMock.expectLastCall().andReturn(value).times(count);
534 EasyMock.expectLastCall().andReturn(value).times(min, max);
611 EasyMock.expectLastCall().andStubReturn(value);
624 expectLastCall(
629 private IExpectationSetters<Object> expectLastCall(String failureMessage) {
631 return EasyMock.expectLastCall();