Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DMemoizerComputableTest.java42 final InterruptedException interruptedException = new InterruptedException(); in testDefaultBehaviourNotToRecalculateExecutionExceptions() local
54 final InterruptedException interruptedException = new InterruptedException(); in testDoesNotRecalculateWhenSetToFalse() local
67 final InterruptedException interruptedException = new InterruptedException(); in testDoesRecalculateWhenSetToTrue() local
DMemoizerFunctionTest.java44 final IllegalArgumentException interruptedException = new IllegalArgumentException(); in testDefaultBehaviourNotToRecalculateExecutionExceptions() local
56 final IllegalArgumentException interruptedException = new IllegalArgumentException(); in testDoesNotRecalculateWhenSetToFalse() local
69 final IllegalArgumentException interruptedException = new IllegalArgumentException(); in testDoesRecalculateWhenSetToTrue() local