com.eurotech.framework.core.test
Class ConfigurationServiceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.eurotech.framework.core.test.ConfigurationServiceTest
All Implemented Interfaces:
ConfigurableComponent, IConfigurationServiceTest, junit.framework.Test

public class ConfigurationServiceTest
extends junit.framework.TestCase
implements IConfigurationServiceTest, ConfigurableComponent


Constructor Summary
ConfigurationServiceTest()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext, Map<String,Object> properties)
           
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
           
 void setCloudCallService(CloudCallService cloudCallService)
           
 void setConfigurationService(ConfigurationService configurationService)
           
 void setSystemService(SystemService systemService)
           
 void setUp()
           
 void testLocalConfiguration()
           
 void testRemoteConfiguration()
           
 void testServiceExists()
           
 void testSnapshotsMaxCount()
           
 void unsetCloudCallService(CloudCallService cloudCallService)
           
 void unsetConfigurationService(ConfigurationService configurationService)
           
 void unsetSystemService(SystemService systemService)
           
 void updated(Map<String,Object> properties)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationServiceTest

public ConfigurationServiceTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

setConfigurationService

public void setConfigurationService(ConfigurationService configurationService)

setCloudCallService

public void setCloudCallService(CloudCallService cloudCallService)

setSystemService

public void setSystemService(SystemService systemService)

unsetConfigurationService

public void unsetConfigurationService(ConfigurationService configurationService)

unsetCloudCallService

public void unsetCloudCallService(CloudCallService cloudCallService)

unsetSystemService

public void unsetSystemService(SystemService systemService)

testServiceExists

public void testServiceExists()

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext,
                        Map<String,Object> properties)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext componentContext)

updated

public void updated(Map<String,Object> properties)

testLocalConfiguration

public void testLocalConfiguration()
                            throws Exception
Throws:
Exception

testRemoteConfiguration

public void testRemoteConfiguration()
                             throws Exception
Throws:
Exception

testSnapshotsMaxCount

public void testSnapshotsMaxCount()
                           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.