Home
last modified time | relevance | path

Searched refs:expectLastCall (Results 1 – 13 of 13) sorted by relevance

/external/easymock/src/org/easymock/
DMockControl.java146 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 …]
DEasyMock.java194 public static <T> IExpectationSetters<T> expectLastCall() { in expectLastCall() method in EasyMock
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java252 EasyMock.expectLastCall().once(); in testGlesVersion()
255 EasyMock.expectLastCall().once(); in testGlesVersion()
258 EasyMock.expectLastCall().once(); in testGlesVersion()
261 EasyMock.expectLastCall().once(); in testGlesVersion()
301 EasyMock.expectLastCall().andAnswer(new IAnswer<Object>() { in expectRenderConfigQueryAndReturn()
385 EasyMock.expectLastCall().once(); in testResultCode()
388 EasyMock.expectLastCall().once(); in testResultCode()
395 EasyMock.expectLastCall().once(); in testResultCode()
399 EasyMock.expectLastCall().once(); in testResultCode()
402 EasyMock.expectLastCall().once(); in testResultCode()
[all …]
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DMultipleServletInjectorsTest.java21 import static org.easymock.EasyMock.expectLastCall;
51 expectLastCall().once(); in testTwoInjectors()
54 expectLastCall().once(); in testTwoInjectors()
DInjectedFilterPipelineTest.java5 import static org.easymock.EasyMock.expectLastCall;
100 expectLastCall().once(); in testDispatchThruInjectedGuiceFilter()
139 expectLastCall().once(); in testDispatchThruInjectedGuiceFilter()
DFilterPipelineTest.java5 import static org.easymock.EasyMock.expectLastCall;
84 expectLastCall().once(); in testDispatchThruGuiceFilter()
DFilterDispatchIntegrationTest.java23 import static org.easymock.EasyMock.expectLastCall;
113 expectLastCall().anyTimes(); in testDispatchRequestToManagedPipeline()
DServletPipelineRequestDispatcherTest.java24 import static org.easymock.EasyMock.expectLastCall;
150 expectLastCall().once(); in testForwardToManagedServlet()
/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java20 import static org.easymock.EasyMock.expectLastCall;
80 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
DCloseablesTest.java20 import static org.easymock.EasyMock.expectLastCall;
101 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java21 import static org.easymock.EasyMock.expectLastCall;
265 expectLastCall().anyTimes();
302 expectLastCall().anyTimes();
333 expectLastCall().anyTimes();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DForwardingObjectTester.java68 EasyMock.expectLastCall().andStubReturn(delegate); in testForwardingObject()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java191 EasyMock.expectLastCall(); in testNewReflectiveService()