Searched refs:expectLastCall (Results 1 – 9 of 9) sorted by relevance
146 expectLastCall( in setVoidCallable()167 expectLastCall( in setThrowable()184 expectLastCall( in setReturnValue()201 expectLastCall( in setVoidCallable()224 expectLastCall( in setThrowable()243 expectLastCall( in setReturnValue()262 IExpectationSetters<Object> setter = expectLastCall( in setReturnValue()278 …((MocksControl) expectLastCall("method call on the mock needed before setting default void callabl… in setDefaultVoidCallable()346 expectLastCall( in setVoidCallable()352 …IExpectationSetters<Object> setter = expectLastCall("method call on the mock needed before setting… in setVoidCallable()[all …]
194 public static <T> IExpectationSetters<T> expectLastCall() { in expectLastCall() method in EasyMock
20 import static org.easymock.EasyMock.expectLastCall;80 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
20 import static org.easymock.EasyMock.expectLastCall;110 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
21 import static org.easymock.EasyMock.expectLastCall;265 expectLastCall().anyTimes();302 expectLastCall().anyTimes();333 expectLastCall().anyTimes();
68 EasyMock.expectLastCall().andStubReturn(delegate); in testForwardingObject()
280 public static <T> IExpectationSetters<T> expectLastCall() { in expectLastCall() method in AndroidMock281 return EasyMock.expectLastCall(); in expectLastCall()
189 EasyMock.expectLastCall(); in testNewReflectiveService()
563 AndroidMock.expectLastCall(); in testExpectLastCall()