|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a number of constants used in the properties file that is used to indicate which portions of the results will be stored in the results files. It also contains constants representing XML tags, elements, etc.
Field Summary | |
static String |
ALL
A properties file indicator for all of a series. |
static String |
ASSERTION_RESULT_TAG_NAME
|
static String |
ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
The name of the property indicating which assertion results should be saved. |
static String |
ASSERTION_RESULTS_PROP
The name of the property indicating which assertion results should be saved. |
static String |
BINARY
|
static String |
CSV
Indicates that the results file should be in CSV format. |
static String |
DATA_TYPE
|
static String |
DATABASE
Indicates that the results should be stored in a database. |
static String |
DEFAULT_DELIMITER_PROP
The name of the property indicating which delimiter should be used when saving in a delimited values format. |
static String |
ERROR
|
static String |
FAILURE
|
static String |
FAILURE_MESSAGE
|
static String |
FALSE
A properties file indicator for false. |
static String |
FIRST
A properties file indicator for the first of a series. |
static String |
LABEL
|
static String |
MILLISECONDS
A properties file indicator for milliseconds. |
static String |
NONE
A properties file indicator for none. |
static String |
OUTPUT_FORMAT_PROP
The name of the property indicating which format should be used when saving the results, e.g., xml or csv. |
static String |
PRESERVE
|
static String |
PRINT_FIELD_NAMES_PROP
The name of the property indicating whether field names should be printed to a delimited file. |
static String |
RESPONSE_CODE
|
static String |
RESPONSE_MESSAGE
|
static String |
SAMPLE_RESULT_TAG_NAME
|
static int |
SAVE_AS_CSV
Indicates that results should be saved as comma-separated-values. |
static int |
SAVE_AS_XML
Indicates that results should be saved as XML. |
static String |
SAVE_DATA_TYPE_PROP
The name of the property indicating whether the data type should be saved. |
static String |
SAVE_LABEL_PROP
The name of the property indicating whether the label should be saved. |
static String |
SAVE_RESPONSE_CODE_PROP
The name of the property indicating whether the response code should be saved. |
static String |
SAVE_RESPONSE_DATA_PROP
The name of the property indicating whether the response data should be saved. |
static String |
SAVE_RESPONSE_MESSAGE_PROP
The name of the property indicating whether the response message should be saved. |
static String |
SAVE_SUCCESSFUL_PROP
The name of the property indicating whether the success indicator should be saved. |
static String |
SAVE_THREAD_NAME_PROP
The name of the property indicating whether the thread name should be saved. |
static String |
SAVE_TIME_PROP
The name of the property indicating whether the time should be saved. |
static String |
SUCCESSFUL
|
static String |
THREAD_NAME
|
static String |
TIME
|
static String |
TIME_STAMP
|
static String |
TIME_STAMP_FORMAT_PROP
The name of the property indicating whether the time stamp should be saved. |
static String |
TRUE
A properties file indicator for true. |
static String |
XML
Indicates that the results file should be in XML format. |
static String |
XML_SPACE
|
Field Detail |
public static final String XML
public static final String CSV
public static final String DATABASE
public static final String TRUE
public static final String FALSE
public static final String MILLISECONDS
public static final String NONE
public static final String FIRST
public static final String ALL
public static final String ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
public static final String ASSERTION_RESULTS_PROP
public static final String DEFAULT_DELIMITER_PROP
public static final String OUTPUT_FORMAT_PROP
public static final String PRINT_FIELD_NAMES_PROP
public static final int SAVE_AS_XML
public static final int SAVE_AS_CSV
public static final String SAVE_DATA_TYPE_PROP
public static final String SAVE_LABEL_PROP
public static final String SAVE_RESPONSE_CODE_PROP
public static final String SAVE_RESPONSE_DATA_PROP
public static final String SAVE_RESPONSE_MESSAGE_PROP
public static final String SAVE_SUCCESSFUL_PROP
public static final String SAVE_THREAD_NAME_PROP
public static final String SAVE_TIME_PROP
public static final String TIME_STAMP_FORMAT_PROP
public static final String PRESERVE
public static final String XML_SPACE
public static final String ASSERTION_RESULT_TAG_NAME
public static final String BINARY
public static final String DATA_TYPE
public static final String ERROR
public static final String FAILURE
public static final String FAILURE_MESSAGE
public static final String LABEL
public static final String RESPONSE_CODE
public static final String RESPONSE_MESSAGE
public static final String SAMPLE_RESULT_TAG_NAME
public static final String SUCCESSFUL
public static final String THREAD_NAME
public static final String TIME
public static final String TIME_STAMP
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |