org.kuali.rice.ksb.messaging
Class ServiceUpdateAndRemovalTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.rice.ksb.test.KSBTestCase
org.kuali.rice.ksb.messaging.ServiceUpdateAndRemovalTest
- All Implemented Interfaces:
- MethodAware
public class ServiceUpdateAndRemovalTest
- extends KSBTestCase
This test ensures that ServiceInfo and ServiceDefinition instances are being modified and removed correctly.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
testModificationOfLocalServices()
Tests the deployment and modification of local services to ensure that they are being updated accordingly. |
void |
testRemovalOfAllLocalServices()
Tests the removeLocallyPublishedServices() method of the service registry to ensure that the local services are being deleted properly. |
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getLoadApplicationLifecycle, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceUpdateAndRemovalTest
public ServiceUpdateAndRemovalTest()
testRemovalOfAllLocalServices
public void testRemovalOfAllLocalServices()
throws Exception
- Tests the removeLocallyPublishedServices() method of the service registry to ensure that the local services are being deleted properly.
- Throws:
Exception
testModificationOfLocalServices
public void testModificationOfLocalServices()
throws Exception
- Tests the deployment and modification of local services to ensure that they are being updated accordingly.
- Throws:
Exception
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.