Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java53 Object r = null; Object exInfo = null; in checkIsDone() local
57 exInfo = CancellationException.class; in checkIsDone()
59 exInfo = t.getCause(); in checkIsDone()
72 assertSame(exInfo, CancellationException.class); in checkIsDone()
74 assertSame(exInfo, t.getCause()); in checkIsDone()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DFutureTaskTest.java76 Object r = null; Object exInfo = null; in checkIsDone() local
80 exInfo = CancellationException.class; in checkIsDone()
82 exInfo = t.getCause(); in checkIsDone()
95 assertSame(exInfo, CancellationException.class); in checkIsDone()
97 assertSame(exInfo, t.getCause()); in checkIsDone()