Searched refs:testThrowable (Results 1 – 1 of 1) sorted by relevance
1101 testThrowable(r, NullPointerException.class); in testNPE()1105 testThrowable(r, IllegalArgumentException.class); in testIAE()1109 testThrowable(r, ArrayIndexOutOfBoundsException.class); in testAIOBE()1112 static void testThrowable(Runnable r, Class<? extends Throwable> expected) { in testThrowable() method in ArraysEqCmpTest