Home
last modified time | relevance | path

Searched refs:getRuntimeException (Results 1 – 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
DMocksControl.java54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in replay()
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in verify()
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkOrder()
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in makeThreadSafe()
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkIsUsedInOneThread()
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andReturn()
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andThrow()
164 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andAnswer()
[all …]
DRuntimeExceptionWrapper.java28 public RuntimeException getRuntimeException() { in getRuntimeException() method in RuntimeExceptionWrapper
DMockInvocationHandler.java41 throw e.getRuntimeException().fillInStackTrace(); in invoke()