Class PopulateAttributeReleaseContextTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- net.shibboleth.idp.consent.flow.ar.impl.AbstractAttributeReleaseActionTest
-
- net.shibboleth.idp.consent.flow.ar.impl.PopulateAttributeReleaseContextTest
-
public class PopulateAttributeReleaseContextTest extends AbstractAttributeReleaseActionTest
PopulateAttributeReleaseContextunit test.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classPopulateAttributeReleaseContextTest.MockIdPAttributePredicateMock IdP attribute predicate.
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
action, descriptor, prc, src
-
-
Constructor Summary
Constructors Constructor Description PopulateAttributeReleaseContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDefaultNaturalAttributeOrdering()voidtestExplicitAttributeOrderingWithKnownAttributesOnly()voidtestExplicitAttributeOrderingWithUnknownAttributes()voidtestMissingAttributeContext()voidtestMissingPredicate()voidtestObtainConsentForAllAttributes()voidtestObtainConsentForSomeAttributes()-
Methods inherited from class net.shibboleth.idp.consent.flow.ar.impl.AbstractAttributeReleaseActionTest
setUpAttributeReleaseAction
-
Methods inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
setUp
-
-
-
-
Method Detail
-
testObtainConsentForAllAttributes
public void testObtainConsentForAllAttributes() throws Exception- Throws:
Exception
-
testObtainConsentForSomeAttributes
public void testObtainConsentForSomeAttributes() throws Exception- Throws:
Exception
-
testDefaultNaturalAttributeOrdering
public void testDefaultNaturalAttributeOrdering() throws Exception- Throws:
Exception
-
testExplicitAttributeOrderingWithKnownAttributesOnly
public void testExplicitAttributeOrderingWithKnownAttributesOnly() throws Exception- Throws:
Exception
-
testExplicitAttributeOrderingWithUnknownAttributes
public void testExplicitAttributeOrderingWithUnknownAttributes() throws Exception- Throws:
Exception
-
-