Class AttributeValueLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunctionTest
-
public class AttributeValueLookupFunctionTest extends Object
AttributeValueLookupFunctionunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunctionfunctionprivate org.opensaml.profile.context.ProfileRequestContextprcprivate RequestContextsrc
-
Constructor Summary
Constructors Constructor Description AttributeValueLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAttributeNotFound()voidtestAttributeValue()voidtestAttributeWithNoValues()voidtestEmptyConstructor()voidtestNonStringAttributeValue()voidtestNullConstructor()voidtestNullProfileRequestContext()voidtestUseFilteredAttributes()voidtestUseUnfilteredAttributes()
-
-
-
Field Detail
-
function
private net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunction function
-
src
private RequestContext src
-
prc
private org.opensaml.profile.context.ProfileRequestContext prc
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testEmptyConstructor
public void testEmptyConstructor()
-
testNullConstructor
public void testNullConstructor()
-
testNullProfileRequestContext
public void testNullProfileRequestContext()
-
testAttributeValue
public void testAttributeValue()
-
testAttributeNotFound
public void testAttributeNotFound()
-
testAttributeWithNoValues
public void testAttributeWithNoValues()
-
testNonStringAttributeValue
public void testNonStringAttributeValue()
-
testUseFilteredAttributes
public void testUseFilteredAttributes()
-
testUseUnfilteredAttributes
public void testUseUnfilteredAttributes()
-
-