Searched refs:willThrow (Results 1 – 1 of 1) sorted by relevance
1115 private final boolean willThrow; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter1119 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter() argument1122 this.willThrow = willThrow; in IncrementCounterTaskAndPossiblyThrowAfter()1128 if (willThrow) { in run()