|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.test.client.TestProperties
public class TestProperties
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 |
---|
public static final java.lang.String PROP_SCENARIO_FILE
public static final java.lang.String QUERY_SET_NAME
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
.
public static final java.lang.String PROP_RESULT_MODE
for the options.
,
Constant Field Valuespublic static final java.lang.String PROP_OUTPUT_DIR
PROP_OUTPUT_DIR
property indicates the root directory that output
files will be written.
Constructor Detail |
---|
public TestProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |