Searched defs:throwingActions (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java1833 Runnable... throwingActions) {
1834 for (Runnable throwingAction : throwingActions) {
1832 assertThrows(Class<? extends Throwable> expectedExceptionClass, Runnable... throwingActions) argument

Completed in 156 milliseconds