Class Summary |
ExpectedCell |
Represents an expected cell of an html table - a string value spanning an
indicated amount of columns. |
ExpectedRow |
Represents an expected row of an html table. |
ExpectedTable |
Represents an expected table for comparison with an actual html table. |
HttpUnitDialog |
Acts as the wrapper for HttpUnit access. |
LinkImagePredicate |
Matches to a Link element containing an image with a specified filename string as a suffix. |
TestContext |
Establish context for tests (things such as locale, base url for the
application, cookies, authorization). |
WebTestCase |
Superclass for Junit TestCases which provides web application navigation and
Junit assertions. |
WebTester |
Provides a high-level API for basic web application navigation and validation
by wrapping HttpUnit and providing Junit assertions. |