Home
last modified time | relevance | path

Searched refs:RuntimeExceptionWrapper (Results 1 – 8 of 8) sorted by relevance

/external/easymock/src/org/easymock/internal/
DMocksControl.java53 } catch (RuntimeExceptionWrapper e) { in createMock()
64 } catch (RuntimeExceptionWrapper e) { in createMock()
100 } catch (RuntimeExceptionWrapper e) { in replay()
108 } catch (RuntimeExceptionWrapper e) { in verify()
118 } catch (RuntimeExceptionWrapper e) { in checkOrder()
126 } catch (RuntimeExceptionWrapper e) { in makeThreadSafe()
134 } catch (RuntimeExceptionWrapper e) { in checkIsUsedInOneThread()
145 } catch (RuntimeExceptionWrapper e) { in andReturn()
154 } catch (RuntimeExceptionWrapper e) { in andThrow()
163 } catch (RuntimeExceptionWrapper e) { in andAnswer()
[all …]
DRecordState.java89 throw new RuntimeExceptionWrapper(new IllegalStateException( in verify()
261 throw new RuntimeExceptionWrapper(new IllegalStateException( in closeMethod()
274 throw new RuntimeExceptionWrapper(new IllegalStateException( in requireMethodCall()
282 throw new RuntimeExceptionWrapper(new IllegalStateException( in requireAssignable()
294 throw new RuntimeExceptionWrapper(new IllegalStateException( in requireAssignable()
301 throw new RuntimeExceptionWrapper(new NullPointerException( in requireValidThrowable()
306 throw new RuntimeExceptionWrapper(new IllegalArgumentException( in requireValidThrowable()
313 throw new RuntimeExceptionWrapper(new NullPointerException( in requireValidAnswer()
319 throw new RuntimeExceptionWrapper(new NullPointerException( in requireValidDelegation()
329 throw new RuntimeExceptionWrapper(new IllegalStateException( in requireLastResultOrVoidMethod()
[all …]
DRange.java34 throw new RuntimeExceptionWrapper(new IllegalArgumentException( in Range()
39 throw new RuntimeExceptionWrapper(new IllegalArgumentException( in Range()
44 throw new RuntimeExceptionWrapper(new IllegalArgumentException( in Range()
DRuntimeExceptionWrapper.java18 public class RuntimeExceptionWrapper extends RuntimeException { class
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) { in RuntimeExceptionWrapper() method in RuntimeExceptionWrapper
DLegacyMatcherProvider.java50 throw new RuntimeExceptionWrapper( in setDefaultMatcher()
60 throw new RuntimeExceptionWrapper(new IllegalStateException( in setMatcher()
DMockInvocationHandler.java40 } catch (RuntimeExceptionWrapper e) { in invoke()
DResults.java37 throw new RuntimeExceptionWrapper( in add()
DReplayState.java158 throw new RuntimeExceptionWrapper(new IllegalStateException( in throwWrappedIllegalStateException()