Package org.opensaml.xacml.policy.impl
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
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate QName[]Unknown Attributesprivate String[]Unknown Attribute ValuesFields inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
childElementsFile, expectedChildElementsDOM, expectedDOM, expectedOptionalAttributesDOM, expectedUnknownAttributesDOM, invalidDOM, invalidFile, singleElementFile, singleElementOptionalAttributesFile, singleElementUnknownAttributesFileFields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidMethods inherited from class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
initXMLObjectProviderTestingSupprt, testAttributeIDnessMarshall, testSingleElementOptionalAttributesMarshall, testSingleElementOptionalAttributesUnmarshallMethods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
expectedDataType
-
expectedValue
-
unknownAttributeNames
Unknown Attributes -
unknownAttributeValues
Unknown Attribute Values
-
-
Constructor Details
-
AttributeValueTest
public AttributeValueTest()Constructor
-
-
Method Details
-
testSingleElementUnmarshall
public void testSingleElementUnmarshall()- Specified by:
testSingleElementUnmarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
testSingleElementMarshall
public void testSingleElementMarshall()- Specified by:
testSingleElementMarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
testChildElementsMarshall
public void testChildElementsMarshall()- Overrides:
testChildElementsMarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
testChildElementsUnmarshall
public void testChildElementsUnmarshall()- Overrides:
testChildElementsUnmarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
testSingleElementUnknownAttributesMarshall
public void testSingleElementUnknownAttributesMarshall()- Overrides:
testSingleElementUnknownAttributesMarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
testSingleElementUnknownAttributesUnmarshall
public void testSingleElementUnknownAttributesUnmarshall()- Overrides:
testSingleElementUnknownAttributesUnmarshallin classorg.opensaml.core.testing.XMLObjectProviderBaseTestCase
-