|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqat.common.Common
Field Summary | |
static java.lang.String |
AGENT_COUNT
This variable indicates to the test scripts the number of agents * which have been defined in this project session. |
static java.lang.String |
AGENT_DIR_NAME
This is the offset into the BASE_DIR_NAME used to store * info related to the agent. |
static java.lang.String |
AUTOSAVE_PROJECT
|
static java.lang.String |
BASE_DIR_NAME
This directory will be created off the users home directory if it does not exists, * and is used to store session info, and project results. |
static java.lang.String |
CONSOLE_BUFFER_SIZE
|
static java.lang.String |
CONSOLE_BUFFER_SIZE_VALUE
|
static java.lang.String |
CONSOLE_DEBUG_LEVEL
|
static java.lang.String |
CONSOLE_DEBUG_LEVEL_VALUE
|
static java.lang.String |
CURRENT_PROPERTIES_VERSION
|
static java.lang.String |
DEFAULT_PARSER_CLASSNAMES
|
static java.lang.String |
DEFAULT_PROJECTNAME
This is the default name for a project. |
static java.lang.String |
DEFAULT_TESTFINDER_CLASSNAMES
|
static java.lang.String |
DiscoveryProbeString
|
static java.lang.String |
ENV_TRACE_SUFFIX
The name which will be used to suffix environment trace files recieved from the agents. |
static java.lang.String |
HARNESS_DIR_NAME
This is the offset into the BASE_DIR_NAME used to store * info related to the harness. |
static java.lang.String |
host
These are the agent name string used to reference defined agents * from within the test scripts |
static java.lang.String |
hostArchPattern
|
static java.lang.String |
hostNamePattern
|
static java.lang.String |
hostOSPattern
|
static java.lang.String |
hostPortPattern
|
static java.lang.String |
HTTP_PORT_DEFAULT
|
static java.lang.String |
HTTP_PORT_KEY
|
static java.lang.String |
LOOK_AND_FEEL_KEY
|
static java.lang.String |
MultiCastGroup
|
static int |
MultiCastPort
|
static java.lang.String |
PARSER_CLASSNAMES
|
static java.lang.String |
PARSER_TRACE_SUFFIX
The name which will be used to suffix trace files recieved from the agents. |
static java.awt.Color |
parserOutputBackground
|
static java.awt.Color |
parserOutputForeground
|
static java.lang.String |
PLUGIN_CLASSES
|
static java.lang.String |
PROJECT_FILE_SUFFIX
This is the default extension the QAT Harness will use for storing/retrieving * project files via the system menu. |
static java.lang.String |
PROJECT_PROPERTYNAME_KEY
This key maps to the name of our current project name in the session.properties file. |
static java.lang.String |
PROJECTPATH_KEY
This is a variable visible to all test scripts indicating the root * location of the test directory. |
static java.lang.String |
PROPERTIES_EXTENSION
This is the extension which will signify a file is compliant with the java.util.Properties definition. |
static java.lang.String |
PROPERTIES_VERSION
For internal use only. |
static java.lang.String |
RESET_STATUS
|
static java.lang.String |
RESULTS_DIR_NAME
This is the offset into the HARNESS_DIR_NAME used to store * info related to the harness results. |
static java.lang.String |
REUSE_TRACE_WINDOW
|
static java.lang.String |
SERIALIZED_NODE_HEADERV10
This is the current version of the serialized nodes used to allow backward compatibility * with saved results. |
static java.lang.String |
SERIALIZED_NODE_HEADERV11
|
static java.lang.String |
SERIALIZED_NODE_HEADERV12
|
static java.lang.String |
SERIALIZED_NODE_HEADERV13
|
static java.lang.String |
SERIALIZED_TREE_EXTENSION
This is the extension used to store a serialized version of the Test Tree, to save time reparsing the tests * each time the application is started/stopped. |
static java.lang.String |
SESSION_FILE_NAME
This is the name of the file which will store the users last session values. |
static java.lang.String |
STDERR_TRACE_SUFFIX
The name which will be used to suffix stderr trace files recieved from the agents. |
static java.lang.String |
STDOUT_TRACE_SUFFIX
The name which will be used to suffix stdout trace files recieved from the agents. |
static java.lang.String |
SYNTAX_HIGHLIGHTING
|
static java.awt.Color |
testDetailDescriptionBackground
|
static java.awt.Color |
testDetailDescriptionForeground
|
static java.awt.Color |
testDetailOutputBackground
|
static java.awt.Color |
testDetailOutputForeground
|
static java.lang.String |
TESTFINDER_CLASSNAMES
|
static int |
TimeToDiscover
|
static byte |
TimeToLive
|
static java.lang.String |
VERSION
This is the current version of the package |
Constructor Summary | |
Common()
|
Method Summary | |
static java.lang.String |
getBaseDirectory()
This returns the base directory used to store all the agent & harness files. |
static java.lang.String |
getHarnessBaseDirectory()
All files created by the harness are relative to this offset. |
static java.lang.String |
getProjectName(java.lang.String projectFileName)
Returns the name of the project, without any file suffix or path info. |
static java.lang.String |
getProjectResultsDirectory(java.lang.String projectFileName)
This is the directory, based on the project name, which contains all the traces from * a given project run. |
static java.lang.String |
getUniqueTestIdentifier(java.lang.String testName)
We create a short unique name based on the hash value of the root portion * of the path, concat with the name portion of the path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.awt.Color parserOutputForeground
public static final java.awt.Color parserOutputBackground
public static final java.awt.Color testDetailDescriptionForeground
public static final java.awt.Color testDetailDescriptionBackground
public static final java.awt.Color testDetailOutputForeground
public static final java.awt.Color testDetailOutputBackground
public static final java.lang.String VERSION
public static final java.lang.String SERIALIZED_NODE_HEADERV10
public static final java.lang.String SERIALIZED_NODE_HEADERV11
public static final java.lang.String SERIALIZED_NODE_HEADERV12
public static final java.lang.String SERIALIZED_NODE_HEADERV13
public static final java.lang.String DiscoveryProbeString
public static final int MultiCastPort
public static final byte TimeToLive
public static final int TimeToDiscover
public static final java.lang.String MultiCastGroup
public static final java.lang.String PROJECT_FILE_SUFFIX
public static final java.lang.String PROPERTIES_EXTENSION
public static final java.lang.String SERIALIZED_TREE_EXTENSION
public static final java.lang.String SESSION_FILE_NAME
public static final java.lang.String BASE_DIR_NAME
public static final java.lang.String STDOUT_TRACE_SUFFIX
public static final java.lang.String STDERR_TRACE_SUFFIX
public static final java.lang.String ENV_TRACE_SUFFIX
public static final java.lang.String PARSER_TRACE_SUFFIX
public static final java.lang.String HARNESS_DIR_NAME
public static final java.lang.String AGENT_DIR_NAME
public static final java.lang.String RESULTS_DIR_NAME
public static final java.lang.String PROJECTPATH_KEY
public static final java.lang.String PROJECT_PROPERTYNAME_KEY
public static final java.lang.String DEFAULT_PROJECTNAME
public static final java.lang.String host
public static final java.lang.String hostNamePattern
public static final java.lang.String hostPortPattern
public static final java.lang.String hostArchPattern
public static final java.lang.String hostOSPattern
public static final java.lang.String AGENT_COUNT
public static final java.lang.String PROPERTIES_VERSION
public static final java.lang.String CURRENT_PROPERTIES_VERSION
public static final java.lang.String LOOK_AND_FEEL_KEY
public static final java.lang.String HTTP_PORT_KEY
public static final java.lang.String HTTP_PORT_DEFAULT
public static final java.lang.String AUTOSAVE_PROJECT
public static final java.lang.String SYNTAX_HIGHLIGHTING
public static final java.lang.String RESET_STATUS
public static final java.lang.String REUSE_TRACE_WINDOW
public static final java.lang.String PARSER_CLASSNAMES
public static final java.lang.String TESTFINDER_CLASSNAMES
public static final java.lang.String PLUGIN_CLASSES
public static final java.lang.String DEFAULT_PARSER_CLASSNAMES
public static final java.lang.String DEFAULT_TESTFINDER_CLASSNAMES
public static final java.lang.String CONSOLE_BUFFER_SIZE
public static final java.lang.String CONSOLE_BUFFER_SIZE_VALUE
public static final java.lang.String CONSOLE_DEBUG_LEVEL
public static final java.lang.String CONSOLE_DEBUG_LEVEL_VALUE
Constructor Detail |
public Common()
Method Detail |
public static java.lang.String getBaseDirectory()
public static java.lang.String getHarnessBaseDirectory()
public static java.lang.String getProjectName(java.lang.String projectFileName)
public static java.lang.String getProjectResultsDirectory(java.lang.String projectFileName)
public static java.lang.String getUniqueTestIdentifier(java.lang.String testName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |