OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadShouldThrow
(Results
1 - 4
of
4
) sorted by null
/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
...]
/libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java
348
public void
threadShouldThrow
() {
355
public void
threadShouldThrow
(String exceptionName) {
753
threadShouldThrow
(exceptionClass.getSimpleName());
761
public abstract class
ThreadShouldThrow
extends Thread {
766
<T extends Throwable>
ThreadShouldThrow
(Class<T> exceptionClass) {
773
threadShouldThrow
(exceptionClass.getSimpleName());
787
threadShouldThrow
("InterruptedException");
816
threadShouldThrow
("InterruptedException");
[
all
...]
TimeUnitTest.java
326
threadShouldThrow
();
FutureTaskTest.java
497
threadShouldThrow
();
648
Thread t1 = new
ThreadShouldThrow
(CancellationException.class) {
653
Thread t2 = new
ThreadShouldThrow
(CancellationException.class) {
Completed in 1475 milliseconds