Package org.cdlib.xtf.test

This package implements a regression test rig, to ensure that changes to the XTF codebase don't break existing features.

See:
          Description

Class Summary
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.
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.
RegressTest Runs a series of regression tests.
 

Package org.cdlib.xtf.test Description

This package implements a regression test rig, to ensure that changes to the XTF codebase don't break existing features.