Home
last modified time | relevance | path

Searched defs:assertThrowsCCE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyNavigableMap.java84 private void assertThrowsCCE(ThrowingRunnable r, String s) { in assertThrowsCCE() method in EmptyNavigableMap
186 assertThrowsCCE( in testHeadMap() method
229 assertThrowsCCE( in testSubMap() method
235 assertThrowsCCE( in testSubMap() method
241 assertThrowsCCE( in testSubMap() method
DEmptyNavigableSet.java87 private void assertThrowsCCE(ThrowingRunnable r, String s) { in assertThrowsCCE() method in EmptyNavigableSet
197 assertThrowsCCE( in testHeadSet() method
248 assertThrowsCCE( in testSubSet() method
254 assertThrowsCCE( in testSubSet() method
260 assertThrowsCCE( in testSubSet() method