public static interface TestResult.RESULT_STATE
Modifier and Type | Field and Description |
---|---|
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
|
static final int TEST_SUCCESS
static final int TEST_EXCEPTION
static final int TEST_EXPECTED_EXCEPTION
Copyright © 2018 JBoss by Red Hat. All rights reserved.