Class XMLObjectAttributeValueTest


  • public class XMLObjectAttributeValueTest
    extends org.opensaml.core.testing.XMLObjectBaseTestCase
    Unit test for XMLObjectAttributeValue.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private XSString xsId1  
      private XSString xsId2  
      private XSString xsId3  
      • Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase

        builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void equality()
      Test equality of two objects.
      void instantiation()
      Test proper instantiation of the object.
      void setUp()
      setup.
      • 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
    • Constructor Detail

      • XMLObjectAttributeValueTest

        public XMLObjectAttributeValueTest()
    • Method Detail

      • setUp

        @BeforeClass
        public void setUp()
        setup.
      • instantiation

        public void instantiation()
        Test proper instantiation of the object.
      • equality

        public void equality()
        Test equality of two objects.