Home | History | Annotate | Download | only in littlemock

Lines Matching refs:doThrow

61  *     doThrow(new IOException("oh noes")).when(mockFoo).doSomething();
139 public static <T extends Throwable> Behaviour doThrow(final T exception) {