Home
last modified time | relevance | path

Searched refs:andStubThrow (Results 1 – 6 of 6) sorted by relevance

/external/easymock/src/org/easymock/internal/
DIMocksControlState.java36 void andStubThrow(Throwable throwable); in andStubThrow() method
DMocksControl.java185 public void andStubThrow(Throwable throwable) { in andStubThrow() method in MocksControl
187 state.andStubThrow(throwable); in andStubThrow()
DReplayState.java115 public void andStubThrow(Throwable throwable) { in andStubThrow() method in ReplayState
DRecordState.java172 public void andStubThrow(Throwable throwable) { in andStubThrow() method in RecordState
/external/easymock/src/org/easymock/
DIExpectationSetters.java82 void andStubThrow(Throwable throwable); in andStubThrow() method
DMockControl.java626 .andStubThrow(throwable); in expectAndDefaultThrow()