org.teiid.test.client
Class TestProperties

java.lang.Object
  extended by org.teiid.test.client.TestProperties

public class TestProperties
extends java.lang.Object

Author:
vanhalbert

Nested Class Summary
static interface TestProperties.RESULT_MODES
          All test options will produce the following basic information at the end of the test process: how many queries were run how many were successfull how many errored the execution time for each query total time for all the tests to run
 
Field Summary
static java.lang.String PROP_OUTPUT_DIR
          The PROP_OUTPUT_DIR property indicates the root directory that output files will be written.
static java.lang.String PROP_RESULT_MODE
          PROP_RESULT_MODE controls what to do with the execution results.
static java.lang.String PROP_SCENARIO_FILE
          PROP_SCENARIO_FILE indicates the scenario properties file to load.
static java.lang.String QUERY_SET_NAME
          The QUERY_SET_NAME property indicates the name of directory that contains the set of queries and expected results that will be used.
 
Constructor Summary
TestProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_SCENARIO_FILE

public static final java.lang.String PROP_SCENARIO_FILE
PROP_SCENARIO_FILE indicates the scenario properties file to load.

See Also:
Constant Field Values

QUERY_SET_NAME

public static final java.lang.String QUERY_SET_NAME
The QUERY_SET_NAME property indicates the name of directory that contains the set of queries and expected results that will be used. This is referred to as the query set This property should be found in the PROP_SCENARIO_FILE.

See Also:
Constant Field Values

PROP_RESULT_MODE

public static final java.lang.String PROP_RESULT_MODE
PROP_RESULT_MODE controls what to do with the execution results.

See Also:
for the options., Constant Field Values

PROP_OUTPUT_DIR

public static final java.lang.String PROP_OUTPUT_DIR
The PROP_OUTPUT_DIR property indicates the root directory that output files will be written.

See Also:
Constant Field Values
Constructor Detail

TestProperties

public TestProperties()


Copyright © 2010. All Rights Reserved.