Package org.opensaml.core.xml
Class AbstractXMLObjectTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.AbstractXMLObjectTest
-
public class AbstractXMLObjectTest extends XMLObjectBaseTestCase
Tests forAbstractXMLObject.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLObjectTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDOMAndXMLObjectSourceDropOnMutateAttribute()Tests of DOM and XMLObjectSource drop.voidtestDOMAndXMLObjectSourceDropOnMutateChildElements()Tests of DOM and XMLObjectSource drop.voidtestDOMAndXMLObjectSourceDropOnMutateContent()Tests of DOM and XMLObjectSource drop.-
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
-
testDOMAndXMLObjectSourceDropOnMutateContent
public void testDOMAndXMLObjectSourceDropOnMutateContent() throws MarshallingException, IOExceptionTests of DOM and XMLObjectSource drop.- Throws:
MarshallingException- ...IOException- ...
-
testDOMAndXMLObjectSourceDropOnMutateAttribute
public void testDOMAndXMLObjectSourceDropOnMutateAttribute() throws MarshallingException, IOExceptionTests of DOM and XMLObjectSource drop.- Throws:
MarshallingException- ...IOException- ...
-
testDOMAndXMLObjectSourceDropOnMutateChildElements
public void testDOMAndXMLObjectSourceDropOnMutateChildElements() throws MarshallingException, IOExceptionTests of DOM and XMLObjectSource drop.- Throws:
MarshallingException- ...IOException- ...
-
-