Searched defs:expectThrows (Results 1 – 4 of 4) sorted by relevance
113 private static void expectThrows(Runnable throwingRunnable) { in expectThrows() method in SimpleAnnotationMirrorTest
312 private void expectThrows(Target target) { in expectThrows() method in CollectionRetainAllTester
981 …public static <T extends Throwable> T expectThrows(Class<T> throwableClass, ThrowingRunnable runna… in expectThrows() method in Assert