Apache JMeter
2.1.1

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

Field Summary
static String ASSERTION_RESULT_TAG_NAME
           
static String BINARY
           
static String DATA_TYPE
           
static String ERROR
           
static String FAILURE
           
static String FAILURE_MESSAGE
           
static String LABEL
           
static String PRESERVE
           
static String RESPONSE_CODE
           
static String RESPONSE_MESSAGE
           
static String SAMPLE_RESULT_TAG_NAME
           
static String SUCCESSFUL
           
static String THREAD_NAME
           
static String TIME
           
static String TIME_STAMP
           
static String XML_SPACE
           
 

Field Detail

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

Apache JMeter
2.1.1

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.