public class TestProperties extends Object
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
static String |
PROP_OUTPUT_DIR
The
PROP_OUTPUT_DIR property indicates the root directory that output
files will be written. |
static String |
PROP_RESULT_MODE
PROP_RESULT_MODE controls what to do with the execution results.
|
static String |
PROP_SCENARIO_FILE
PROP_SCENARIO_FILE indicates the scenario properties file to load.
|
static 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 and Description |
---|
TestProperties() |
public static final String PROP_SCENARIO_FILE
public static final 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 String PROP_RESULT_MODE
for the options.
,
Constant Field Valuespublic static final String PROP_OUTPUT_DIR
PROP_OUTPUT_DIR
property indicates the root directory that output
files will be written.Copyright © 2019. All rights reserved.