Home
last modified time | relevance | path

Searched refs:testThrowable (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java1101 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