See: Description
Class | Description |
---|---|
FakeOutputStream |
Used to gather output from dynaXML or crossQuery during a test.
|
FakeServletConfig |
Used to abuse dynaXML and crossQuery, providing them only as much context
as they need in the testing environment.
|
FakeServletContainer |
Allows command-line access to crossQuery and dynaXML by simulating a servlet
container.
|
FakeServletContext |
Used to abuse dynaXML and crossQuery, providing only as much context as
they need within the test environment.
|
FakeServletRequest |
A synthetic servlet request, useful when calling dynaXML or crossQuery
programatically.
|
FakeServletResponse |
Used to gather the response from crossQuery or dynaXML during a test.
|
NullOutputStream |
Used to simulate gathering (but actually throw away) output from dynaXML or
crossQuery during a test.
|
RegressTest |
Runs a series of regression tests.
|
This package implements a regression test rig, to ensure that changes to the XTF codebase don't break existing features.