Field Summary |
|
final static int | DURATION_FOREVER FOREVER means the test takes more than 5 minutes,
or could loop forever if it fails. |
final static int | DURATION_LONG LONG means the test might take 1-5 minutes. |
final static int | DURATION_MEDIUM MEDIUM means the test is less than 30 seconds. |
final static int | DURATION_MICRO the duration of a test can be from MICRO to FOREVER. |
final static int | DURATION_SHORT SHORT means the test is less than a second. |
final static int | TYPE_BASIC BASIC means the test is a basic check that
the system is working. |
final static int | TYPE_COMMON COMMON means the test verify that the most common
cases of use of this object are working properly. |
final static int | TYPE_COMPLETE COMPLETE means that the tests verify that the
object is performing all expected functionality
correctly. |
final static int | TYPE_SANITY SANITY means the test is simply a check that
the system is running. |