|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry5.test.TapestryTestConstants
public class TapestryTestConstants
| Field Summary | |
|---|---|
static java.lang.String |
BASE_URL_ATTRIBUTE
ITestContext attribute holding the application's base URL. |
static java.lang.String |
BROWSER_START_COMMAND_PARAMETER
XmlTest parameter holding the browser command to pass to Selenium. |
static java.lang.String |
COMMAND_PROCESSOR_ATTRIBUTE
The ITestContext attribute holding an instance of CommandProcessor, with
enhanced exception reporting control. |
static java.lang.String |
CONTEXT_PATH_PARAMETER
XmlTest parameter holding the context path. |
static java.lang.String |
CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir"). |
static java.lang.String |
CURRENT_TEST_METHOD_ATTRIBUTE
ITestContext attribute updated to store the current test method
(as a Method instance). |
static java.lang.String |
ERROR_REPORTER_ATTRIBUTE
ITestContext attribute holding an instance of ErrorReporter. |
static java.io.File |
MODULE_BASE_DIR
MODULE_BASE_DIR_PATH as a file. |
static java.lang.String |
MODULE_BASE_DIR_PATH
The Surefire plugin sets basedir but DOES NOT change the current working directory. |
static java.lang.String |
PORT_PARAMETER
XmlTest parameter holding the web server port. |
static java.lang.String |
SELENIUM_ATTRIBUTE
ITestContext attribute holding an instance of Selenium. |
static java.lang.String |
SHUTDOWN_ATTRIBUTE
ITestContext attribute holding an instance of ErrorReporter, used
to shutdown Selenium and the Web Server at the end of the test. |
static java.lang.String |
SSL_PORT_PARAMETER
XmlTest parameter holding the web server ssl port. |
static java.lang.String |
WEB_APP_FOLDER_PARAMETER
XmlTest parameter holding an absolute or relative path to a web app
folder. |
| Constructor Summary | |
|---|---|
TapestryTestConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CURRENT_DIR_PATH
public static final java.lang.String MODULE_BASE_DIR_PATH
public static final java.io.File MODULE_BASE_DIR
MODULE_BASE_DIR_PATH as a file.
public static final java.lang.String SELENIUM_ATTRIBUTE
ITestContext attribute holding an instance of Selenium.
SeleniumLauncher#startup(String, String, int, String, ITestContext),
Constant Field Valuespublic static final java.lang.String ERROR_REPORTER_ATTRIBUTE
ITestContext attribute holding an instance of ErrorReporter.
SeleniumLauncher#startup(String, String, int, String, ITestContext),
Constant Field Valuespublic static final java.lang.String SHUTDOWN_ATTRIBUTE
ITestContext attribute holding an instance of ErrorReporter, used
to shutdown Selenium and the Web Server at the end of the test.
public static final java.lang.String COMMAND_PROCESSOR_ATTRIBUTE
ITestContext attribute holding an instance of CommandProcessor, with
enhanced exception reporting control. This allows tests that wish to, to bypass the Selenium interface
and execute commands directly on the Selenium RC server.
public static final java.lang.String BASE_URL_ATTRIBUTE
ITestContext attribute holding the application's base URL.
SeleniumLauncher#startup(String, String, int, String, ITestContext),
Constant Field Valuespublic static final java.lang.String CURRENT_TEST_METHOD_ATTRIBUTE
ITestContext attribute updated to store the current test method
(as a Method instance).
public static final java.lang.String WEB_APP_FOLDER_PARAMETER
XmlTest parameter holding an absolute or relative path to a web app
folder.
public static final java.lang.String CONTEXT_PATH_PARAMETER
XmlTest parameter holding the context path.
public static final java.lang.String PORT_PARAMETER
XmlTest parameter holding the web server port.
public static final java.lang.String SSL_PORT_PARAMETER
XmlTest parameter holding the web server ssl port.
public static final java.lang.String BROWSER_START_COMMAND_PARAMETER
XmlTest parameter holding the browser command to pass to Selenium.
| Constructor Detail |
|---|
public TapestryTestConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||