Class AttributeValuesHashFunctionTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.xml.XMLObjectBaseTestCase
-
- net.shibboleth.idp.consent.logic.impl.AttributeValuesHashFunctionTest
-
public class AttributeValuesHashFunctionTest extends org.opensaml.core.xml.XMLObjectBaseTestCaseAttributeValuesHashFunctionunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.logic.impl.AttributeValuesHashFunctionfunction
-
Constructor Summary
Constructors Constructor Description AttributeValuesHashFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()private net.shibboleth.idp.attribute.IdPAttributeValuetestAV(Object type)voidtestByte()voidtestEmptyInput()voidtestEmptyValue()voidtestMultipleValues()voidtestNullInput()voidtestNullValue()voidtestScoped()voidtestSingleValue()voidtestXML()voidunknownTypeNoValue()voidunknownTypeValue()-
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
-
setUp
@BeforeMethod public void setUp()
-
testNullInput
public void testNullInput()
-
testEmptyInput
public void testEmptyInput()
-
testNullValue
public void testNullValue()
-
testEmptyValue
public void testEmptyValue()
-
testSingleValue
public void testSingleValue()
-
testMultipleValues
public void testMultipleValues()
-
testScoped
public void testScoped()
-
testByte
public void testByte()
-
testXML
public void testXML()
-
testAV
private net.shibboleth.idp.attribute.IdPAttributeValue testAV(Object type)
-
unknownTypeValue
public void unknownTypeValue()
-
unknownTypeNoValue
public void unknownTypeNoValue()
-
-