Package org.opensaml.core.xml
Class XMLObjectXSIAttribsTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.XMLObjectXSIAttribsTest
-
public class XMLObjectXSIAttribsTest extends XMLObjectBaseTestCase
Test support for attributes from the XML Schema Instance namespace.
-
-
Field Summary
Fields Modifier and Type Field Description private QNamesimpleXMLObjectQNameQName for SimpleXMLObject.-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description XMLObjectXSIAttribsTest()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMarshallNil()voidtestMarshallNoNamespaceSchemaLocation()voidtestMarshallSchemaLocation()voidtestUnmarshallNil()voidtestUnmarshallNoNamespaceSchemaLocation()voidtestUnmarshallNoNil()voidtestUnmarshallSchemaLocation()-
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
-
-
-
-
Field Detail
-
simpleXMLObjectQName
private QName simpleXMLObjectQName
QName for SimpleXMLObject.
-
-
Method Detail
-
testUnmarshallNoNil
public void testUnmarshallNoNil() throws XMLParserException, UnmarshallingException
-
testUnmarshallNil
public void testUnmarshallNil() throws XMLParserException, UnmarshallingException
-
testMarshallNil
public void testMarshallNil() throws XMLParserException- Throws:
XMLParserException
-
testUnmarshallSchemaLocation
public void testUnmarshallSchemaLocation() throws XMLParserException, UnmarshallingException
-
testMarshallSchemaLocation
public void testMarshallSchemaLocation() throws XMLParserException- Throws:
XMLParserException
-
testUnmarshallNoNamespaceSchemaLocation
public void testUnmarshallNoNamespaceSchemaLocation() throws XMLParserException, UnmarshallingException
-
testMarshallNoNamespaceSchemaLocation
public void testMarshallNoNamespaceSchemaLocation() throws XMLParserException- Throws:
XMLParserException
-
-