Package org.opensaml.core.xml.persist
Class MapLoadSaveManagerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.persist.MapLoadSaveManagerTest
-
public class MapLoadSaveManagerTest extends XMLObjectBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private MapLoadSaveManager<SimpleXMLObject>manager-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description MapLoadSaveManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCheckModifyTimeTracking()voidemptyMap()voiditerator()voidsaveLoadUpdateRemove()voidsetup()private voidtestState(Set<String> expectedKeys)-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
manager
private MapLoadSaveManager<SimpleXMLObject> manager
-
-
Method Detail
-
setup
@BeforeMethod public void setup()
-
emptyMap
public void emptyMap() throws IOException- Throws:
IOException
-
saveLoadUpdateRemove
public void saveLoadUpdateRemove() throws IOException- Throws:
IOException
-
checkCheckModifyTimeTracking
public void checkCheckModifyTimeTracking() throws IOException- Throws:
IOException
-
iterator
public void iterator() throws IOException- Throws:
IOException
-
testState
private void testState(Set<String> expectedKeys) throws IOException
- Throws:
IOException
-
-