Class StorageServiceSAMLArtifactMapEntryFactoryTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactoryTest
-
public class StorageServiceSAMLArtifactMapEntryFactoryTest extends XMLObjectBaseTestCase
Test the storage-backed SAML artifact map entry factory.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringartifactprivate StorageServiceSAMLArtifactMapEntryFactoryfactoryprivate StringissuerIdprivate StringrpIdprivate SAMLObjectsamlObject-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description StorageServiceSAMLArtifactMapEntryFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoParent()voidtestWithParent()voidtestWithSerialization()-
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
-
artifact
private String artifact
-
issuerId
private String issuerId
-
rpId
private String rpId
-
factory
private StorageServiceSAMLArtifactMapEntryFactory factory
-
samlObject
private SAMLObject samlObject
-
-
Method Detail
-
testNoParent
public void testNoParent()
-
testWithParent
public void testWithParent()
-
testWithSerialization
public void testWithSerialization() throws IOException, MarshallingException- Throws:
IOExceptionMarshallingException
-
-