Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1115 private final boolean willThrow; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter
1119 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter() argument
1122 this.willThrow = willThrow; in IncrementCounterTaskAndPossiblyThrowAfter()
1128 if (willThrow) { in run()