SakaiTestBase.java | Class | An extension of JUnit's TestCase that launches the Sakai component manager.
Extend this class to run tests in a simulated Sakai environment.
NOTE:
Starting the component manager is an expensive operation, since it loads all
of the service implementations in the system, including database connection
pools, hibernate mappings, etc. |