public class BasicContainerConfigTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.shindig.config.ContainerConfig |
config |
protected static Map<String,Object> |
DEFAULT_CONTAINER |
protected static Map<String,Object> |
EXTRA_CONTAINER |
protected static Map<String,Object> |
MODIFIED_DEFAULT_CONTAINER |
protected static Map<String,Object> |
MODIFIED_EXTRA_CONTAINER |
| Constructor and Description |
|---|
BasicContainerConfigTest() |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,Object> |
makeContainer(List<String> name,
Object... values) |
protected static Map<String,Object> |
makeContainer(String name,
Object... values) |
void |
setUp() |
void |
testAddNewContainer() |
void |
testAddObserverNotifiesImmediately() |
void |
testAliasesArePopulated() |
void |
testClearContainerConfig() |
void |
testContainersAreMergedRecursively() |
void |
testGetContainers() |
void |
testGetProperties() |
void |
testInheritance() |
void |
testNulledPropertiesRemainNulledAfterSeveralTransactions() |
void |
testPropertyTypes() |
void |
testReadSameContainer() |
void |
testRemoveContainer() |
void |
testReplaceContainer() |
protected static Map<String,Object> makeContainer(List<String> name, Object... values)
public void testContainersAreMergedRecursively()
throws Exception
Exceptionpublic void testNulledPropertiesRemainNulledAfterSeveralTransactions()
throws Exception
Exceptionpublic void testAddObserverNotifiesImmediately()
throws Exception
ExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.