|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TestResult.RESULT_STATE
The RESULT_STATE is the value assigned based the result of the executed query test
Field Summary | |
---|---|
static int |
TEST_EXCEPTION
TEST_EXCEPTION - indicates an unexpected exception occurred during the execution of the query |
static int |
TEST_EXPECTED_EXCEPTION
TEST_EXPECTED_EXCEPTION - indicates the expected result was suppose to an exception, how, the query executed without error |
static int |
TEST_SUCCESS
TEST_SUCCESS - indicates the executed query performed as expected |
Field Detail |
---|
static final int TEST_SUCCESS
static final int TEST_EXCEPTION
static final int TEST_EXPECTED_EXCEPTION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |