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
META-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
220 OCMStub([mockDevice setActiveFormat:[OCMArg any]]).andThrow(testException);
1703 EasyMock.expectLastCall().andThrow(new RunInterruptedException( in testInterrupt_killBeforeBatch()1924 EasyMock.expectLastCall().andThrow(new RunInterruptedException( in testInterrupt_killReportTestFailed()