Home
last modified time | relevance | path

Searched defs:TestTimedOutException (Results 1 – 1 of 1) sorted by relevance

/external/junit/src/main/java/org/junit/runners/model/
DTestTimedOutException.java11 public class TestTimedOutException extends Exception { class
24 public TestTimedOutException(long timeout, TimeUnit timeUnit) { in TestTimedOutException() method in TestTimedOutException