Home | History | Annotate | Download | only in jsr166

Lines Matching refs:ThreadShouldThrow

801     public void threadShouldThrow() {
808 public void threadShouldThrow(String exceptionName) {
1380 threadShouldThrow(exceptionClass.getSimpleName());
1388 public abstract class ThreadShouldThrow extends Thread {
1393 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) {
1400 threadShouldThrow(exceptionClass.getSimpleName());
1414 threadShouldThrow("InterruptedException");
1443 threadShouldThrow("InterruptedException");