Ejemplo n.º 1
0
 public void andStubThrow(Throwable throwable) {
   try {
     state.andStubThrow(throwable);
   } catch (RuntimeExceptionWrapper e) {
     throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
   }
 }