Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DMockAbstractPreferences.java90 checkException(); in childrenNamesSpi()
98 private void checkException() throws BackingStoreException { in checkException() method in MockAbstractPreferences
116 checkException(); in childSpi()
131 checkException(); in flushSpi()
138 checkException(); in getSpi()
149 checkException(); in keysSpi()
159 checkException(); in putSpi()
170 checkException(); in removeNodeSpi()
185 checkException(); in removeSpi()
196 checkException(); in syncSpi()
DPreferencesTest.java224 private void checkException() throws IOException { in checkException() method in PreferencesTest.MockInputStream
241 checkException(); in read()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DThrowableHelper.java30 public static void checkException(Class<? extends Exception> ce, Runnable r) { in checkException() method in ThrowableHelper
43 checkException(NullPointerException.class, r); in checkNPE()
47 checkException(IllegalStateException.class, r); in checkISE()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java80 checkException(message, e, exceptions[i]); in testGetInstanceString()
82 checkException(message, null, exceptions[i]); in testGetInstanceString()
125 checkException(message, e, exceptions[i]); in testGetInstanceStringString()
127 checkException(message, null, exceptions[i]); in testGetInstanceStringString()
173 checkException(message, e, exceptions[i]); in testGetInstanceStringProvider()
175 checkException(message, null, exceptions[i]); in testGetInstanceStringProvider()
223 checkException(message, e, exceptions[i]); in testGeneratePublic()
225 checkException(message, null, exceptions[i]); in testGeneratePublic()
271 checkException(message, e, exceptions[i]); in testGeneratePrivate()
273 checkException(message, null, exceptions[i]); in testGeneratePrivate()
[all …]