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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java522 void assertThreadStaysAlive(Thread thread) { method in class:JSR166TestCase
523 assertThreadStaysAlive(thread, timeoutMillis());
529 void assertThreadStaysAlive(Thread thread, long millis) { method in class:JSR166TestCase

Completed in 52 milliseconds