Package org.opensaml.core.xml.util
Class XMLObjectSupportTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.util.XMLObjectSupportTest
-
public class XMLObjectSupportTest extends XMLObjectBaseTestCase
Tests of XMLObjectHelper utility methods.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description XMLObjectSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBuildXMLObject()voidtestXMLObjectCloneInputMarshalling()voidtestXMLObjectCloneWithDropDOM()Tests cloning an XMLObject.voidtestXMLObjectCloneWithRootInNewDocument()Tests cloning an XMLObject.voidtestXMLObjectCloneWithUnrootedDOM()Tests cloning an XMLObject.-
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
-
testXMLObjectCloneWithDropDOM
public void testXMLObjectCloneWithDropDOM()
Tests cloning an XMLObject.
-
testXMLObjectCloneWithUnrootedDOM
public void testXMLObjectCloneWithUnrootedDOM()
Tests cloning an XMLObject.
-
testXMLObjectCloneWithRootInNewDocument
public void testXMLObjectCloneWithRootInNewDocument()
Tests cloning an XMLObject.
-
testXMLObjectCloneInputMarshalling
public void testXMLObjectCloneInputMarshalling() throws MarshallingException, UnmarshallingException
-
testBuildXMLObject
public void testBuildXMLObject()
-
-