HomeSort by relevance Sort by last modified time
    Searched refs:andThrow (Results 1 - 25 of 42) sorted by null

1 2

  /external/easymock/src/org/easymock/internal/
IMocksControlState.java 28 void andThrow(Throwable throwable);
ReplayState.java 99 public void andThrow(Throwable throwable) {
MocksControl.java 150 public IExpectationSetters<Object> andThrow(Throwable throwable) {
152 state.andThrow(throwable);
  /external/easymock/src/org/easymock/
MockControl.java 169 .andThrow(throwable).once();
226 .andThrow(throwable).times(times);
379 .andThrow(throwable).times(minCount, maxCount);
385 .andThrow(throwable);
550 EasyMock.expect(ignored).andThrow(throwable).once();
564 IExpectationSetters<Object> setter = EasyMock.expect(ignored).andThrow(
580 expect(ignored).andThrow(throwable).times(count);
596 expect(ignored).andThrow(throwable).times(min, max);
IExpectationSetters.java 43 IExpectationSetters<T> andThrow(Throwable throwable);
  /external/guava/guava-tests/test/com/google/common/io/
FlushablesTest.java 80 expectLastCall().andThrow(new IOException("This should only appear in the "
CloseablesTest.java 101 expectLastCall().andThrow(new IOException("This should only appear in the "
  /tools/tradefederation/core/tests/src/com/android/tradefed/log/
TerribleFailureEmailHandlerTest.java 79 EasyMock.expectLastCall().andThrow(new IllegalArgumentException("Mailer state illegal"));
96 EasyMock.expectLastCall().andThrow(new IOException("Mailer had an IO Exception"));
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
KernelFlashPreparerTest.java 176 mBootImg.getAbsolutePath())).andThrow(new DeviceUnresponsiveException());
205 EasyMock.expectLastCall().andThrow(new DeviceUnresponsiveException());
238 EasyMock.expectLastCall().andThrow(new DeviceUnresponsiveException());
339 EasyMock.capture(bootimgPath))).andThrow(new RuntimeException());
RestartSystemServerTargetPreparerTest.java 73 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException());
DeviceFlashPreparerTest.java 182 EasyMock.expectLastCall().andThrow(new DeviceUnresponsiveException("foo", "fakeserial"));
215 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException());
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
VtsTraceCollectPreparerTest.java 128 .andThrow(new AssertionFailedError())
132 .andThrow(new AssertionFailedError())
161 .andThrow(new NoSuchElementException("file not found."));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestFailureListenerTest.java 115 EasyMock.expect(mMockDevice.getDeviceDate()).andThrow(dnae);
117 EasyMock.expect(mMockDevice.getScreenshot()).andThrow(dnae);
128 EasyMock.expectLastCall().andThrow(dnae);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
WaitDeviceRecoveryTest.java 325 EasyMock.expectLastCall().andThrow(new IOException());
338 EasyMock.expectLastCall().andThrow(new TimeoutException());
351 EasyMock.expectLastCall().andThrow(new IOException());
364 EasyMock.expectLastCall().andThrow(new TimeoutException());
BackgroundDeviceActionTest.java 94 EasyMock.expectLastCall().andThrow(new IOException()).anyTimes();
TestDeviceTest.java 508 EasyMock.expectLastCall().andThrow(new IOException());
510 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException());
533 EasyMock.expectLastCall().andThrow(new IOException());
580 EasyMock.expectLastCall().andThrow(new IOException());
647 EasyMock.expectLastCall().andThrow(new TimeoutException());
697 EasyMock.expectLastCall().andThrow(new IOException()).times(
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
FileDownloadCacheTest.java 113 EasyMock.expectLastCall().andThrow(new BuildRetrievalError("download error"));
132 EasyMock.expectLastCall().andThrow(new RuntimeException("download error"));
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationMultiTest.java 234 EasyMock.expect(mProvider2.getBuild()).andThrow(new BuildRetrievalError("fail"));
312 EasyMock.expect(mProvider2.getBuild()).andThrow(new BuildRetrievalError("fail"));
315 EasyMock.expectLastCall().andThrow(new RuntimeException("I failed to clean!"));
TestInvocationTest.java 325 EasyMock.expect(mMockBuildProvider.getBuild()).andThrow(exception);
416 EasyMock.expectLastCall().andThrow(exception);
440 EasyMock.expectLastCall().andThrow(exception);
464 EasyMock.expectLastCall().andThrow(exception);
493 EasyMock.expectLastCall().andThrow(exception);
526 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException("ERROR", SERIAL));
675 EasyMock.expectLastCall().andThrow(exception);
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
PythonUnitTestResultParserTest.java 457 expectLastCall().andThrow(new AssertionFailedError()).anyTimes();
471 expectLastCall().andThrow(new AssertionFailedError()).anyTimes();
489 expectLastCall().andThrow(new AssertionFailedError()).anyTimes();
NativeStressTestTest.java 121 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException());
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
TraceCmdCollectorTest.java 130 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException());
  /external/guice/extensions/persist/lib/
easymock.jar 
  /external/guice/lib/build/
easymock.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 

Completed in 382 milliseconds

1 2