Package org.opensaml.core.xml
Class ElementProxyTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.ElementProxyTest
-
public class ElementProxyTest extends XMLObjectBaseTestCase
Test unmarshalling content for which no specific object providers were registered.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description ElementProxyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestUnmarshallUnknownContent()Tests unmarshalling unknown content into the element proxy.-
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
-
testUnmarshallUnknownContent
public void testUnmarshallUnknownContent() throws XMLParserException, UnmarshallingExceptionTests unmarshalling unknown content into the element proxy.- Throws:
XMLParserException- ...UnmarshallingException- ...
-
-