Interface | Description |
---|---|
ErrorReporter |
Responsible for writing an error report for the current test, after an assertion fails.
|
ServletContainerRunner |
Used as a wrapper around code that runs a web server as part of a
SeleniumTestCase , so that
the server may be shut down at the end of the test. |
Class | Description |
---|---|
ErrorReporterImpl | |
ErrorReportingCommandProcessor |
A wrapper around a standard command processor that adds additional exception reporting when a
failure occurs.
|
Jetty7Runner |
Launches an instance of Jetty7.
|
PageTester |
This class is used to run a Tapestry app in a single-threaded, in-process testing environment.
|
RandomDataSource |
Provides access to random data that can be used when populating a test database with "reasonable" data.
|
SeleniumLauncher | Deprecated
To be removed in Tapestry 5.3.
|
SeleniumTestCase |
Base class for creating Selenium-based integration test cases.
|
TapestryTestCase |
Base test case that adds a number of convenience factory and training methods for the public
interfaces of
Tapestry.
|
TapestryTestConstants | |
Tomcat6Runner |
Launches an instance of Tomcat 6.
|
Annotation Type | Description |
---|---|
TapestryTestConfiguration |
To be used on Selenium-based integration tests that extend
SeleniumTestCase as an alternative to using a
TestNG XML configuration file. |
Copyright © 2003-2012 The Apache Software Foundation.