Class PostLogoutRedirectUriTest
- 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
-
- net.shibboleth.oidc.saml.xmlobject.impl.PostLogoutRedirectUriTest
-
public class PostLogoutRedirectUriTest extends BaseMetadataValueTest
Test case for creating, marshalling, and unmarshallingPostLogoutRedirectUri.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
childElementsFile, expectedChildElementsDOM, expectedDOM, expectedOptionalAttributesDOM, expectedUnknownAttributesDOM, invalidDOM, invalidFile, singleElementFile, singleElementOptionalAttributesFile, singleElementUnknownAttributesFile
-
-
Constructor Summary
Constructors Constructor Description PostLogoutRedirectUriTest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QNamegetElementName()Get the element name.protected StringgetExpectedValue()Get the expected value from the file.-
Methods inherited from class net.shibboleth.oidc.saml.xmlobject.impl.BaseMetadataValueTest
testSingleElementMarshall, testSingleElementUnmarshall
-
Methods inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
initXMLObjectProviderTestingSupprt, testAttributeIDnessMarshall, testChildElementsMarshall, testChildElementsUnmarshall, testSingleElementOptionalAttributesMarshall, testSingleElementOptionalAttributesUnmarshall, testSingleElementUnknownAttributesMarshall, testSingleElementUnknownAttributesUnmarshall
-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
-
-
-
Method Detail
-
getExpectedValue
protected String getExpectedValue()
Get the expected value from the file.- Specified by:
getExpectedValuein classBaseMetadataValueTest- Returns:
- The expected value.
-
getElementName
protected QName getElementName()
Get the element name.- Specified by:
getElementNamein classBaseMetadataValueTest- Returns:
- The element name.
-
-