Timeoutpublic 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. |
Methods Summary |
---|
int | value()Specifies the test timeout in seconds.
|
|