Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1123 private final boolean willThrow; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter
1127 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter()
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java2025 void willThrow() throws MyCheckedException; in willThrow() method