org.kuali.rice.ksb.messaging
Class RemotedServiceRegistryTest
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.RemotedServiceRegistryTest
- All Implemented Interfaces:
- MethodAware
public class RemotedServiceRegistryTest
- extends KSBTestCase
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getLoadApplicationLifecycle, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, 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 |
RemotedServiceRegistryTest
public RemotedServiceRegistryTest()
testServiceRefreshAddedService
public void testServiceRefreshAddedService()
throws Exception
- Verifies when service is added to configuration that differs from the config in the db the change is reflected.
- Throws:
Exception
testServiceRefreshServiceRemoved
public void testServiceRefreshServiceRemoved()
throws Exception
- Throws:
Exception
testRestartAddedService
public void testRestartAddedService()
throws Exception
- Verifies that a service added to the configuration when the app is offline will be
added when the app starts.
- Throws:
Exception
testRestartServiceRemoved
public void testRestartServiceRemoved()
throws Exception
- Verifies that a service is removed when it is removed from the config when app is offline
and started again.
- Throws:
Exception
testRestartServiceModified
public void testRestartServiceModified()
throws Exception
- Verifies that a service modified when the app is offline is reflected in when the
app comes online.
Exact scenario: the service is set alive=false (presumably by being down and another node
marking the service as alive=false). The node comes back and marks it's service as alive.
- Throws:
Exception
testServiceRefreshServiceModified
public void testServiceRefreshServiceModified()
throws Exception
- Verifies when a node marking a service as dead that service is marked alive
when this node refreshes it's services
- Throws:
Exception
testMultipleManualRefreshes
public void testMultipleManualRefreshes()
throws Exception
- Throws:
Exception
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.