FileDocCategorySizeDatePackage
CoreTestTimeout.javaAPI DocAndroid 1.5 API993Wed May 06 22:41:04 BST 2009com.google.coretests

CoreTestTimeout

public class CoreTestTimeout extends RuntimeException
A special exception for timeouts during tests. The CoreResultPrinter knows how to handle this.

Fields Summary
Constructors Summary
public CoreTestTimeout(String message)
Creates a new instance with the given message.

        super(message);
    
Methods Summary