HomeSort by relevance Sort by last modified time
    Searched defs:threadShouldThrow (Results 1 - 2 of 2) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 801 public void threadShouldThrow() {
808 public void threadShouldThrow(String exceptionName) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 451 public void threadShouldThrow() {
458 public void threadShouldThrow(String exceptionName) {
824 threadShouldThrow(exceptionClass.getSimpleName());
832 public abstract class ThreadShouldThrow extends Thread {
837 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) {
844 threadShouldThrow(exceptionClass.getSimpleName());
858 threadShouldThrow("InterruptedException");
887 threadShouldThrow("InterruptedException");
    [all...]

Completed in 382 milliseconds