FileDocCategorySizeDatePackage
Timeout.javaAPI DocAndroid 1.5 API1252Wed May 06 22:41:02 BST 2009dalvik.annotation

Timeout

public class Timeout
Defines an annotation to be used for specifying a test timeout. A test harness that supports timeouts should allow a test to be run for at least this time before killing it. Time is measured in seconds.
hide

Fields Summary
Constructors Summary
Methods Summary
intvalue()
Specifies the test timeout in seconds.