HomeSort by relevance Sort by last modified time
    Searched refs:ThreadShouldThrow (Results 1 - 4 of 4) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
CyclicBarrierTest.java 132 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
137 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) {
158 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
163 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) {
258 Thread t1 = new ThreadShouldThrow(BrokenBarrierException.class) {
263 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) {
368 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
374 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) {
440 Thread t1 = new ThreadShouldThrow(BrokenBarrierException.class) {
446 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class)
    [all...]
FutureTaskTest.java 497 threadShouldThrow();
648 Thread t1 = new ThreadShouldThrow(CancellationException.class) {
653 Thread t2 = new ThreadShouldThrow(CancellationException.class) {
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 179 milliseconds