Class GlobalAttributeConsentPredicateTest
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.GlobalAttributeConsentPredicateTest
-
public class GlobalAttributeConsentPredicateTest extends Object
GlobalAttributeConsentPredicateunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.logic.impl.GlobalAttributeConsentPredicatepprivate org.opensaml.profile.context.ProfileRequestContextprcprivate RequestContextsrc
-
Constructor Summary
Constructors Constructor Description GlobalAttributeConsentPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestApprovedGlobalConsent()voidtestNonGlobalPreviousConsents()voidtestNoPreviousConsents()voidtestNotApprovedGlobalConsent()voidtestNullConsentContext()voidtestNullInput()
-
-
-
Field Detail
-
src
private RequestContext src
-
prc
private org.opensaml.profile.context.ProfileRequestContext prc
-
p
private net.shibboleth.idp.consent.logic.impl.GlobalAttributeConsentPredicate p
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testNullInput
public void testNullInput()
-
testNullConsentContext
public void testNullConsentContext()
-
testNoPreviousConsents
public void testNoPreviousConsents()
-
testNonGlobalPreviousConsents
public void testNonGlobalPreviousConsents()
-
testApprovedGlobalConsent
public void testApprovedGlobalConsent()
-
testNotApprovedGlobalConsent
public void testNotApprovedGlobalConsent()
-
-