Expresso 5-5-0

Package com.jcorporate.expresso.services.test

Contains definitions for a simple test framework.

See:
          Description

Class Summary
ActionTestServlet Same as action servlet, but includes a method to get at the ActionMappings for testing purposes.
CommandLineParser Parser class for parsing the command line to get config directory and webapp directory Required arguments: /configDir =
/webAppDir =
ControllerTestCase Base class for testing controllers.
ControllerTestSuite Test suite that manages schema creation and deletion.
DBTestSuite Database Test suite that needs a database setup during startup and a schema tear down at completion.
ExpressoTestCase Base class for Expresso test cases.
SchemaCreator Given a series of schema class names, this class will perform a "dbcreate" The big difference between this and other versions is that this will work on a blank database.
SchemaDeleter Class that uninstalls/deletes schemas
SchemaManager This class reference counts references to various Schema objects.
TestSystemInitializer This class loads the standard Expresso configuration upon startup.
 

Package com.jcorporate.expresso.services.test Description

Contains definitions for a simple test framework. Although this framework is still in use in some parts of Expresso, new tests should use the Junit test framework, now integrated into Expresso.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.