public class AttributeValueLookupFunctionTest extends Object
AttributeValueLookupFunction unit test.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunction |
function |
private ProfileRequestContext |
prc |
private org.springframework.webflow.execution.RequestContext |
src |
| Constructor and Description |
|---|
AttributeValueLookupFunctionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAttributeNotFound() |
void |
testAttributeValue() |
void |
testAttributeWithNoValues() |
void |
testEmptyConstructor() |
void |
testNonStringAttributeValue() |
void |
testNullConstructor() |
void |
testNullProfileRequestContext() |
void |
testUseFilteredAttributes() |
void |
testUseUnfilteredAttributes() |
private net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunction function
private org.springframework.webflow.execution.RequestContext src
private ProfileRequestContext prc
public void testEmptyConstructor()
public void testNullConstructor()
public void testNullProfileRequestContext()
public void testAttributeValue()
public void testAttributeNotFound()
public void testAttributeWithNoValues()
public void testNonStringAttributeValue()
public void testUseFilteredAttributes()
public void testUseUnfilteredAttributes()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.