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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java53 * the forms {@link #threadFail}, {@link #threadAssertTrue}, {@link
353 public void threadFail(String reason) { method in class:JSR166TestCase
449 * Calls threadFail with message "should throw exception".
452 threadFail("should throw exception");
456 * Calls threadFail with message "should throw" + exceptionName.
459 threadFail("should throw " + exceptionName);

Completed in 116 milliseconds