Searched refs:willThrow (Results 1 – 2 of 2) sorted by relevance
1123 private final boolean willThrow; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter1127 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter() argument1130 this.willThrow = willThrow; in IncrementCounterTaskAndPossiblyThrowAfter()1136 if (willThrow) { in run()
2025 void willThrow() throws MyCheckedException; in willThrow() method