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