Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/internal/runners/statements/
DFailOnTimeout.java134 Exception currThreadException = new TestTimedOutException(timeout, timeUnit); in createTimeoutException() local
136 currThreadException.setStackTrace(stackTrace); in createTimeoutException()
139 return currThreadException; in createTimeoutException()