Package org.apache.tapestry5.test
package org.apache.tapestry5.test
Support for testing Tapestry pages
-
ClassDescriptionResponsible for writing an error report for the current test, after an assertion fails.A wrapper around a standard command processor that adds additional exception reporting when a failure occurs.Deprecated.Launches an instance of Jetty.This class is used to run a Tapestry app in a single-threaded, in-process testing environment.Provides access to random data that can be used when populating a test database with "reasonable" data.Base class for creating Selenium-based integration test cases.Used as a wrapper around code that runs a web server, so that the server may be shut down at the end of the test.Base test case that adds a number of convenience factory and training methods for the public interfaces of Tapestry.To be used on Selenium-based integration tests that extend
SeleniumTestCase
as an alternative to using a TestNG XML configuration file.DefinsITestContext
attributes meaninful to Tapestry for controlling application startup and shutdown.Deprecated.Please useTomcatRunner
insteadLaunches an instance of Tomcat.
JettyRunner
instead