Class ConfigMapTest
java.lang.Object
org.infrastructurebuilder.util.config.ConfigMapTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigMapTest
public ConfigMapTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testGetParsedBoolean
@Test public void testGetParsedBoolean() -
testGetRequired
@Test public void testGetRequired() -
testGetRequiredNotPResent
@Test public void testGetRequiredNotPResent() throws org.infrastructurebuilder.exceptions.IBException- Throws:
org.infrastructurebuilder.exceptions.IBException
-
testContainsKeyObject
@Test public void testContainsKeyObject() -
testContainsValue
@Test public void testContainsValue() -
testGetObject
@Test public void testGetObject() -
testRemove
@Test public void testRemove() -
testPutAll
@Test public void testPutAll() -
testClear
@Test public void testClear() -
testValues
@Test public void testValues()
-