Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java405 public void threadShouldThrow() { in threadShouldThrow() method in JSR166TestCase
410 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() method in JSR166TestCase
745 threadShouldThrow(exceptionClass.getSimpleName()); in run()
764 threadShouldThrow(exceptionClass.getSimpleName()); in run()
777 threadShouldThrow("InterruptedException"); in run()
805 threadShouldThrow("InterruptedException"); in call()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java408 public void threadShouldThrow() { in threadShouldThrow() method in JSR166TestCase
413 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() method in JSR166TestCase
754 threadShouldThrow(exceptionClass.getSimpleName()); in run()
774 threadShouldThrow(exceptionClass.getSimpleName()); in run()
788 threadShouldThrow("InterruptedException"); in run()
818 threadShouldThrow("InterruptedException"); in call()