Package org.jete.cases

Class Summary
ActionTestCase This class needs to retrieve the application context file as specified by a setter (or the constructor) to load the actions.
BaseActionTestCase Wrap the setup and teardown with defined actions, so that any testcase may have a TestAction that is loaded via the context file run as setup and teardown functionality.
ContextFileTestCase Configure with a test application file, and a list of tests within that file.
MultiTestCase This class promotes a grouping of various test cases cases sets, allowing the the logical relation of test cases to each other.
ValidatedTestAction Run the cases's doAction method, and perform the configured validators, submitting the action to the Validator validate() interface.