Package org.opensaml.core.xml.schema
Class XSQNameTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.schema.XSQNameTest
-
public class XSQNameTest extends XMLObjectBaseTestCase
Unit test forXSQName
-
-
Field Summary
Fields Modifier and Type Field Description private QNameexpectedValueprivate QNameexpectedXMLObjectQNameprivate StringtestDocumentLocation-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description XSQNameTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestMarshall()Tests Marshalling a QName type.voidtestUnmarshall()Tests Unmarshalling a QName type.-
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
-
testMarshall
public void testMarshall() throws MarshallingException, XMLParserExceptionTests Marshalling a QName type.- Throws:
MarshallingException- ...XMLParserException- ...
-
testUnmarshall
public void testUnmarshall() throws XMLParserException, UnmarshallingExceptionTests Unmarshalling a QName type.- Throws:
XMLParserException- ...UnmarshallingException- ...
-
-