org.apache.jmeter.save
Interface SaveServiceConstants
- All Known Implementing Classes:
- OldSaveService, SaveGraphicsService, TestElementSaver
- public interface SaveServiceConstants
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.
- Version:
- $Revision: 1.9 $ $Date: 2005/07/12 20:50:48 $
- Author:
- Keith Cassell
PRESERVE
public static final String PRESERVE
- See Also:
- Constant Field Values
XML_SPACE
public static final String XML_SPACE
- See Also:
- Constant Field Values
ASSERTION_RESULT_TAG_NAME
public static final String ASSERTION_RESULT_TAG_NAME
- See Also:
- Constant Field Values
BINARY
public static final String BINARY
- See Also:
- Constant Field Values
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
FAILURE
public static final String FAILURE
- See Also:
- Constant Field Values
FAILURE_MESSAGE
public static final String FAILURE_MESSAGE
- See Also:
- Constant Field Values
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
RESPONSE_CODE
public static final String RESPONSE_CODE
- See Also:
- Constant Field Values
RESPONSE_MESSAGE
public static final String RESPONSE_MESSAGE
- See Also:
- Constant Field Values
SAMPLE_RESULT_TAG_NAME
public static final String SAMPLE_RESULT_TAG_NAME
- See Also:
- Constant Field Values
SUCCESSFUL
public static final String SUCCESSFUL
- See Also:
- Constant Field Values
THREAD_NAME
public static final String THREAD_NAME
- See Also:
- Constant Field Values
TIME
public static final String TIME
- See Also:
- Constant Field Values
TIME_STAMP
public static final String TIME_STAMP
- See Also:
- Constant Field Values
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.