Class BaseMetadataValueTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
org.opensaml.core.testing.XMLObjectBaseTestCase
org.opensaml.core.testing.XMLObjectProviderBaseTestCase
net.shibboleth.oidc.saml.xmlobject.impl.BaseMetadataValueTest
- Direct Known Subclasses:
ClientSecretKeyReferenceTest,ClientSecretTest,DefaultAcrValueTest,JwksDataTest,JwksUriTest,PostLogoutRedirectUriTest,RequestUriTest
Base test case for creating, marshalling, and unmarshalling
MetadataValueSAMLObjects.-
Field Summary
Fields inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
childElementsFile, expectedChildElementsDOM, expectedDOM, expectedOptionalAttributesDOM, expectedUnknownAttributesDOM, invalidDOM, invalidFile, singleElementFile, singleElementOptionalAttributesFile, singleElementUnknownAttributesFileFields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
initXMLObjectProviderTestingSupprt, testAttributeIDnessMarshall, testChildElementsMarshall, testChildElementsUnmarshall, testSingleElementOptionalAttributesMarshall, testSingleElementOptionalAttributesUnmarshall, testSingleElementUnknownAttributesMarshall, testSingleElementUnknownAttributesUnmarshallMethods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Constructor Details
-
BaseMetadataValueTest
public BaseMetadataValueTest()
-
-
Method Details
-
getExpectedValue
Get the expected value from the file.- Returns:
- The expected value.
-
getElementName
Get the element name.- Returns:
- The element name.
-
testSingleElementUnmarshall
public void testSingleElementUnmarshall()- Specified by:
testSingleElementUnmarshallin classXMLObjectProviderBaseTestCase
-
testSingleElementMarshall
public void testSingleElementMarshall()- Specified by:
testSingleElementMarshallin classXMLObjectProviderBaseTestCase
-