Class AttributeValueLookupFunctionTest


  • public class AttributeValueLookupFunctionTest
    extends Object
    AttributeValueLookupFunction unit test.
    • Field Detail

      • function

        private net.shibboleth.idp.consent.logic.impl.AttributeValueLookupFunction function
      • prc

        private org.opensaml.profile.context.ProfileRequestContext prc
    • Constructor Detail

      • AttributeValueLookupFunctionTest

        public AttributeValueLookupFunctionTest()
    • Method Detail

      • 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()