Searched refs:andThrow (Results 1 – 10 of 10) sorted by relevance
169 .andThrow(throwable).once(); in setThrowable()226 .andThrow(throwable).times(times); in setThrowable()379 .andThrow(throwable).times(minCount, maxCount); in setThrowable()385 .andThrow(throwable); in setThrowable()550 EasyMock.expect(ignored).andThrow(throwable).once(); in expectAndThrow()564 IExpectationSetters<Object> setter = EasyMock.expect(ignored).andThrow( in expectAndThrow()580 expect(ignored).andThrow(throwable).times(count); in expectAndThrow()596 expect(ignored).andThrow(throwable).times(min, max); in expectAndThrow()
43 IExpectationSetters<T> andThrow(Throwable throwable); in andThrow() method
28 void andThrow(Throwable throwable); in andThrow() method
150 public IExpectationSetters<Object> andThrow(Throwable throwable) { in andThrow() method in MocksControl152 state.andThrow(throwable); in andThrow()
99 public void andThrow(Throwable throwable) { in andThrow() method in ReplayState
103 public void andThrow(Throwable throwable) { in andThrow() method in RecordState
80 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
101 expectLastCall().andThrow(new IOException("This should only appear in the " in expectThrown()
1671 EasyMock.expectLastCall().andThrow(new RunInterruptedException()); in testInterrupt_killBeforeBatch()1886 EasyMock.expectLastCall().andThrow(new RunInterruptedException()); in testInterrupt_killReportTestFailed()
574 expect(fallback.create(raisedException)).andThrow(expectedException);