|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.eurotech.framework.core.test.ConfigurationServiceTest
public class ConfigurationServiceTest
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 |
---|
public ConfigurationServiceTest()
Method Detail |
---|
public void setUp()
setUp
in class junit.framework.TestCase
public void setConfigurationService(ConfigurationService configurationService)
public void setCloudCallService(CloudCallService cloudCallService)
public void setSystemService(SystemService systemService)
public void unsetConfigurationService(ConfigurationService configurationService)
public void unsetCloudCallService(CloudCallService cloudCallService)
public void unsetSystemService(SystemService systemService)
public void testServiceExists()
protected void activate(org.osgi.service.component.ComponentContext componentContext, Map<String,Object> properties)
protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
public void updated(Map<String,Object> properties)
public void testLocalConfiguration() throws Exception
Exception
public void testRemoteConfiguration() throws Exception
Exception
public void testSnapshotsMaxCount() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |