| java.lang.Object org.sakaiproject.chat2.migration.ChatDataMigration
ChatDataMigration | public class ChatDataMigration (Code) | | author: chrismaurer |
getService | final protected static Object getService(String beanId)(Code) | | Convenience method to get a service bean from the Sakai component manager.
Parameters: beanId - The id of the service The service, or null if the ID is not registered |
oneTimeSetup | protected static void oneTimeSetup() throws Exception(Code) | | Initialize the component manager once for all tests, and log in as admin.
|
oneTimeTearDown | public static void oneTimeTearDown()(Code) | | Close the component manager when the tests finish.
|
printDebug | protected static void printDebug(String message)(Code) | | |
testDataMigration | public static void testDataMigration() throws Exception(Code) | | |
|
|