Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseTest.java55 checkWithThrowable(UnsupportedOperationException.class, null, r); in checkUOE()
59 checkWithThrowable(UnsupportedOperationException.class, message, r); in checkUOE()
63 checkWithThrowable(ReadOnlyBufferException.class, null, r); in checkROBE()
67 checkWithThrowable(ReadOnlyBufferException.class, message, r); in checkROBE()
71 checkWithThrowable(IndexOutOfBoundsException.class, null, r); in checkIOOBE()
75 checkWithThrowable(IndexOutOfBoundsException.class, message, r); in checkIOOBE()
79 checkWithThrowable(ArrayStoreException.class, null, r); in checkASE()
83 checkWithThrowable(ArrayStoreException.class, message, r); in checkASE()
87 checkWithThrowable(IllegalStateException.class, null, r); in checkISE()
91 checkWithThrowable(IllegalStateException.class, message, r); in checkISE()
[all …]