Class ResponseSuccessAuthnAttribTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.testing.BaseComplexSAMLObjectTestCase
-
- org.opensaml.saml.saml2.core.tests.ResponseSuccessAuthnAttribTest
-
public class ResponseSuccessAuthnAttribTest extends BaseComplexSAMLObjectTestCase
Tests unmarshalling and marshalling for various response messages.
-
-
Field Summary
-
Fields inherited from class org.opensaml.saml.common.testing.BaseComplexSAMLObjectTestCase
elementFile, expectedDOM
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description ResponseSuccessAuthnAttribTest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMarshall()Tests marshalling the contents of a complex element to a DOM document.voidtestUnmarshall()Tests unmarshalling a document.-
Methods inherited from class org.opensaml.saml.common.testing.BaseComplexSAMLObjectTestCase
initSAMLObjectTestSupport
-
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
-
-
-
-
Method Detail
-
testUnmarshall
public void testUnmarshall()
Tests unmarshalling a document.- Specified by:
testUnmarshallin classBaseComplexSAMLObjectTestCase
-
testMarshall
public void testMarshall()
Tests marshalling the contents of a complex element to a DOM document.- Specified by:
testMarshallin classBaseComplexSAMLObjectTestCase
-
-