Field Summary |
|
String | AUTOSESSION_NAME_PARAM Name of the parameter in the HTTP request that specify if a session
should be automatically created for the user or not. |
String | CLASS_NAME_PARAM Name of the parameter in the HTTP request that represents the name of the
Test class to call. |
String | COMMAND_PREFIX Prefix indicating that a String is an official Cactus command. |
String | METHOD_NAME_PARAM Name of the parameter in the HTTP request that represents the name of the
Test method to call. |
String | SERVICE_NAME_PARAM Name of the parameter in the HTTP request that specify the service asked
to the Redirector Servlet. |
String | TEST_ID_PARAM Name of the parameter in the HTTP request that represents the unique id
of the test case (to ensure that the client-side test gets the correct
results). |
String | WRAPPED_CLASS_NAME_PARAM Name of the parameter in the HTTP request that represents an optional
Test being wrapped by the class represented by CLASS_NAME_PARAM. |