Class AttributeValueTest

java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
org.opensaml.core.testing.XMLObjectBaseTestCase
org.opensaml.core.testing.XMLObjectProviderBaseTestCase
org.opensaml.xacml.policy.impl.AttributeValueTest

public class AttributeValueTest extends org.opensaml.core.testing.XMLObjectProviderBaseTestCase
Test case for creating, marshalling, and unmarshalling AttributeValueType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     
    private String
     
    private QName[]
    Unknown Attributes
    private String[]
    Unknown Attribute Values

    Fields inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase

    childElementsFile, expectedChildElementsDOM, expectedDOM, expectedOptionalAttributesDOM, expectedUnknownAttributesDOM, invalidDOM, invalidFile, singleElementFile, singleElementOptionalAttributesFile, singleElementUnknownAttributesFile

    Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase

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

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Methods inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase

    initXMLObjectProviderTestingSupprt, testAttributeIDnessMarshall, testSingleElementOptionalAttributesMarshall, testSingleElementOptionalAttributesUnmarshall

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • expectedDataType

      private String expectedDataType
    • expectedValue

      private String expectedValue
    • unknownAttributeNames

      private QName[] unknownAttributeNames
      Unknown Attributes
    • unknownAttributeValues

      private String[] unknownAttributeValues
      Unknown Attribute Values
  • Constructor Details

    • AttributeValueTest

      public AttributeValueTest()
      Constructor
  • Method Details

    • testSingleElementUnmarshall

      public void testSingleElementUnmarshall()
      Specified by:
      testSingleElementUnmarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
    • testSingleElementMarshall

      public void testSingleElementMarshall()
      Specified by:
      testSingleElementMarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
    • testChildElementsMarshall

      public void testChildElementsMarshall()
      Overrides:
      testChildElementsMarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
    • testChildElementsUnmarshall

      public void testChildElementsUnmarshall()
      Overrides:
      testChildElementsUnmarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
    • testSingleElementUnknownAttributesMarshall

      public void testSingleElementUnknownAttributesMarshall()
      Overrides:
      testSingleElementUnknownAttributesMarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
    • testSingleElementUnknownAttributesUnmarshall

      public void testSingleElementUnknownAttributesUnmarshall()
      Overrides:
      testSingleElementUnknownAttributesUnmarshall in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase