public static interface TestProperties.RESULT_MODES
Modifier and Type | Field and Description |
---|---|
static String |
COMPARE
COMPARE - will provide the following information, in addition to the
basic information compare actual results with expected results
and produce error files where expected results were not accomplished
|
static String |
GENERATE
GENERATE - will provide the following information, in addition to the
basic information will generate a new set of expected results
files to the defined PROP_GENERATAE_DIR directory.
|
static String |
NONE
NONE - will provide the basic information
|
static final String NONE
static final String COMPARE
static final String GENERATE
Copyright © 2019. All rights reserved.