Useful superclass for all Workflow test cases. Handles setup of test
utilities and a test environment. Configures the Spring test environment
providing a template method for custom context files in test mode. Also
provides a template method for running custom transactional setUp. Tear down
handles automatic tear down of objects created inside the test environment.
author: Kuali Rice Team (kuali-rice@googlegroups.com) since: 0.9
Note: We may want to make this more automagical and base this off of
convention from the module name Typical return value
"classpath:db/derby/testharness.sql"
location of sql file containing ddl for a derby db to be ranbefore start up.
maven will set this property and find resources from the config based on
it. This makes eclipse testing work because we have to put the basedir in
our config files in order to find things when testing from maven