Searched defs:threadFail (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java76 * the forms {@link #threadFail}, {@link #threadAssertTrue}, {@link
703 public void threadFail(String reason) { method in class:JSR166TestCase
799 * Calls threadFail with message "should throw exception".
802 threadFail("should throw exception");
806 * Calls threadFail with message "should throw" + exceptionName.
809 threadFail("should throw " + exceptionName);
913 threadFail("ExecutorService " + pool +
924 threadFail("Unexpected InterruptedException");
996 threadFail("Unexpected InterruptedException");
1018 threadFail("Unexpecte
[all...]

Completed in 7 milliseconds