Home
last modified time | relevance | path

Searched defs:assertThrowsNPE (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyNavigableMap.java88 private void assertThrowsNPE(ThrowingRunnable r, String s) { in assertThrowsNPE() method in EmptyNavigableMap
182 assertThrowsNPE( in testHeadMap() method
208 assertThrowsNPE( in testSubMap() method
214 assertThrowsNPE( in testSubMap() method
220 assertThrowsNPE( in testSubMap() method
DEmptyNavigableSet.java91 private void assertThrowsNPE(ThrowingRunnable r, String s) { in assertThrowsNPE() method in EmptyNavigableSet
193 assertThrowsNPE( in testHeadSet() method
227 assertThrowsNPE( in testSubSet() method
233 assertThrowsNPE( in testSubSet() method
239 assertThrowsNPE( in testSubSet() method
/libcore/ojluni/src/test/java/util/Arrays/
DStreamAndSpliterator.java132 void assertThrowsNPE(ThrowingRunnable r) { in assertThrowsNPE() method in StreamAndSpliterator
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/
DSpliteratorTestHelper.java655 public static void assertThrowsNPE(ThrowingRunnable r) { in assertThrowsNPE() method
/libcore/ojluni/src/test/java/util/Map/
DDefaults.java251 assertThrowsNPE( in testReplaceKVVNoNulls() method