| |
|
| org.kuali.bus.test.KSBTestCase edu.iu.uis.eden.messaging.RemoteResourceLoaderTest
RemoteResourceLoaderTest | public class RemoteResourceLoaderTest extends KSBTestCase (Code) | | Tests RemoteResourceLoader is working correctly by itself and working correctly with the RemoteServiceRegistry in marking
services bad/refreshing services/etc.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
testChangedServicePickedUpOnRefresh | public void testChangedServicePickedUpOnRefresh() throws Exception(Code) | | change service at the db level (change by another node) and verify the service is removed from current rrl
|
testChangedServicePickedUpOnStartup | public void testChangedServicePickedUpOnStartup() throws Exception(Code) | | change service start rrl. make sure service isn't there.
throws: Exception - |
testExceptionHandlerFetching | public void testExceptionHandlerFetching() throws Exception(Code) | | |
testInactiveServiceDoesntForceRefresh | public void testInactiveServiceDoesntForceRefresh() throws Exception(Code) | | put in because of a weird bug where inactive services were forcing client refreshes no matter what.
this test verifies that setting a service inactive will for a refresh ONCE. but not again.
throws: Exception - |
testMarkingInactiveWorksAtDBLevel | public void testMarkingInactiveWorksAtDBLevel() throws Exception(Code) | | mark a service inactive through the rrl api verify that the db reflects the change.
|
testServiceAddedShowUpOnRefresh | public void testServiceAddedShowUpOnRefresh() throws Exception(Code) | | add service refresh rrl. make sure it's there.
throws: Exception - |
testServiceAddedShowUpOnStartup | public void testServiceAddedShowUpOnStartup() throws Exception(Code) | | add service start rrl. make sure it's there.
throws: Exception - |
testServiceFetch | public void testServiceFetch() throws Exception(Code) | | test fetching of service that is there and not
|
|
|
|