public interface UnitTestConstants
Modifier and Type | Field and Description |
---|---|
static int |
DURATION_FOREVER
FOREVER means the test takes more than 5 minutes,
or could loop forever if it fails.
|
static int |
DURATION_LONG
LONG means the test might take 1-5 minutes.
|
static int |
DURATION_MEDIUM
MEDIUM means the test is less than 30 seconds.
|
static int |
DURATION_MICRO
the duration of a test can be from MICRO to FOREVER.
|
static int |
DURATION_SHORT
SHORT means the test is less than a second.
|
static int |
TYPE_BASIC
BASIC means the test is a basic check that
the system is working.
|
static int |
TYPE_COMMON
COMMON means the test verify that the most common
cases of use of this object are working properly.
|
static int |
TYPE_COMPLETE
COMPLETE means that the tests verify that the
object is performing all expected functionality
correctly.
|
static int |
TYPE_SANITY
SANITY means the test is simply a check that
the system is running.
|
static final int DURATION_MICRO
MICRO means the test is practically nothing more than the call; a simple field examination, for example.
static final int DURATION_SHORT
static final int DURATION_MEDIUM
static final int DURATION_LONG
static final int DURATION_FOREVER
static final int TYPE_SANITY
static final int TYPE_BASIC
static final int TYPE_COMMON
static final int TYPE_COMPLETE
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.