CoreTestTimeoutpublic class CoreTestTimeout extends RuntimeException A special exception for timeouts during tests. The CoreResultPrinter knows
how to handle this. |
Constructors Summary |
---|
public CoreTestTimeout(String message)Creates a new instance with the given message.
super(message);
|
|