Home
last modified time | relevance | path

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

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