Package org.opensaml.xacml.policy.impl
Class ActionAttributeDesignatorTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.xml.XMLObjectBaseTestCase
-
- org.opensaml.core.xml.XMLObjectProviderBaseTestCase
-
- org.opensaml.xacml.policy.impl.ActionAttributeDesignatorTest
-
public class ActionAttributeDesignatorTest extends org.opensaml.core.xml.XMLObjectProviderBaseTestCaseTest case for creating, marshalling, and unmarshallingAttributeDesignatorTypesubtype Action.
-
-
Field Summary
Fields Modifier and Type Field Description private StringexpectedAttributeIdprivate StringexpectedDataTypeprivate StringoptionalIssuerprivate BooleanoptionalMustBePresent-
Fields inherited from class org.opensaml.core.xml.XMLObjectProviderBaseTestCase
childElementsFile, expectedChildElementsDOM, expectedDOM, expectedOptionalAttributesDOM, expectedUnknownAttributesDOM, invalidDOM, invalidFile, singleElementFile, singleElementOptionalAttributesFile, singleElementUnknownAttributesFile
-
-
Constructor Summary
Constructors Constructor Description ActionAttributeDesignatorTest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestSingleElementMarshall()voidtestSingleElementOptionalAttributesMarshall()voidtestSingleElementOptionalAttributesUnmarshall()voidtestSingleElementUnmarshall()-
Methods inherited from class org.opensaml.core.xml.XMLObjectProviderBaseTestCase
initXMLObjectProviderTestingSupprt, testChildElementsMarshall, testChildElementsUnmarshall, testSingleElementUnknownAttributesMarshall, testSingleElementUnknownAttributesUnmarshall
-
Methods inherited from class org.opensaml.core.xml.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
-
-
-
Method Detail
-
testSingleElementUnmarshall
public void testSingleElementUnmarshall()
- Specified by:
testSingleElementUnmarshallin classorg.opensaml.core.xml.XMLObjectProviderBaseTestCase
-
testSingleElementMarshall
public void testSingleElementMarshall()
- Specified by:
testSingleElementMarshallin classorg.opensaml.core.xml.XMLObjectProviderBaseTestCase
-
testSingleElementOptionalAttributesUnmarshall
public void testSingleElementOptionalAttributesUnmarshall()
- Overrides:
testSingleElementOptionalAttributesUnmarshallin classorg.opensaml.core.xml.XMLObjectProviderBaseTestCase
-
testSingleElementOptionalAttributesMarshall
public void testSingleElementOptionalAttributesMarshall()
- Overrides:
testSingleElementOptionalAttributesMarshallin classorg.opensaml.core.xml.XMLObjectProviderBaseTestCase
-
-