Home
last modified time | relevance | path

Searched defs:andThrow (Results 1 – 5 of 5) sorted by relevance

/external/easymock/src/org/easymock/
DIExpectationSetters.java43 IExpectationSetters<T> andThrow(Throwable throwable); in andThrow() method
/external/easymock/src/org/easymock/internal/
DIMocksControlState.java28 void andThrow(Throwable throwable); in andThrow() method
DReplayState.java99 public void andThrow(Throwable throwable) { in andThrow() method in ReplayState
DMocksControl.java150 public IExpectationSetters<Object> andThrow(Throwable throwable) { in andThrow() method in MocksControl
DRecordState.java103 public void andThrow(Throwable throwable) { in andThrow() method in RecordState