Home
last modified time | relevance | path

Searched defs:expectThrows (Results 1 – 4 of 4) sorted by relevance

/external/auto/common/src/test/java/com/google/auto/common/
DSimpleAnnotationMirrorTest.java113 private static void expectThrows(Runnable throwingRunnable) { in expectThrows() method in SimpleAnnotationMirrorTest
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java312 private void expectThrows(Target target) { in expectThrows() method in CollectionRetainAllTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRetainAllTester.java312 private void expectThrows(Target target) { in expectThrows() method in CollectionRetainAllTester
/external/testng/src/main/java/org/testng/
DAssert.java981 …public static <T extends Throwable> T expectThrows(Class<T> throwableClass, ThrowingRunnable runna… in expectThrows() method in Assert