Searched defs:assertException (Results 1 – 3 of 3) sorted by relevance
45 public void assertException(final Class<? extends Throwable> exceptionType, in assertException() method in ExceptionRecorder51 public void assertException(final Class<? extends Throwable> exceptionType, in assertException() method in ExceptionRecorder
76 public void assertException(Throwable expectedCause) throws Exception { in assertException() method in MockFutureListener
172 private void assertException(Class<? extends Throwable> exceptionType, int index) { in assertException() method in InvocationTest