Class ValidatedScopePredicateTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicateTest
-
public class ValidatedScopePredicateTest extends Object
Unit tests forValidatedScopePredicate.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicatepredicate
-
Constructor Summary
Constructors Constructor Description ValidatedScopePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileRequestContextinit(com.nimbusds.oauth2.sdk.Scope scope)voidtestCollectionValues()voidtestPredicateAlwaysFalse()voidtestPredicateAlwaysTrue()voidtestSingleValue()
-
-
-
Method Detail
-
init
public ProfileRequestContext init(com.nimbusds.oauth2.sdk.Scope scope)
-
testSingleValue
public void testSingleValue()
-
testCollectionValues
public void testCollectionValues()
-
testPredicateAlwaysFalse
public void testPredicateAlwaysFalse()
-
testPredicateAlwaysTrue
public void testPredicateAlwaysTrue()
-
-