org.teiid.test.client
Interface TestResult.RESULT_STATE

Enclosing interface:
TestResult

public static interface TestResult.RESULT_STATE

The RESULT_STATE is the value assigned based the result of the executed query test

Author:
vanhalbert

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

TEST_SUCCESS

static final int TEST_SUCCESS
TEST_SUCCESS - indicates the executed query performed as expected

See Also:
Constant Field Values

TEST_EXCEPTION

static final int TEST_EXCEPTION
TEST_EXCEPTION - indicates an unexpected exception occurred during the execution of the query

See Also:
Constant Field Values

TEST_EXPECTED_EXCEPTION

static final int TEST_EXPECTED_EXCEPTION
TEST_EXPECTED_EXCEPTION - indicates the expected result was suppose to an exception, how, the query executed without error

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.