Searched refs:checkException (Results 1 – 4 of 4) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | MockAbstractPreferences.java | 90 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()
|
D | PreferencesTest.java | 224 private void checkException() throws IOException { in checkException() method in PreferencesTest.MockInputStream 241 checkException(); in read()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyFactoryTest.java | 77 checkException(message, e, exceptions[i]); in testGetInstanceString() 79 checkException(message, null, exceptions[i]); in testGetInstanceString() 121 checkException(message, e, exceptions[i]); in testGetInstanceStringString() 123 checkException(message, null, exceptions[i]); in testGetInstanceStringString() 169 checkException(message, e, exceptions[i]); in testGetInstanceStringProvider() 171 checkException(message, null, exceptions[i]); in testGetInstanceStringProvider() 219 checkException(message, e, exceptions[i]); in testGeneratePublic() 221 checkException(message, null, exceptions[i]); in testGeneratePublic() 267 checkException(message, e, exceptions[i]); in testGeneratePrivate() 269 checkException(message, null, exceptions[i]); in testGeneratePrivate() [all …]
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | StreamBuilderTest.java | 57 private void checkException(Class<? extends Exception> ce, Runnable r) { in checkException() method in StreamBuilderTest 70 checkException(IllegalStateException.class, r); in checkISE()
|