Class NumberOfClaimValuesActivationConditionTest
- java.lang.Object
-
- net.shibboleth.oidc.security.jwt.claims.impl.NumberOfClaimValuesActivationConditionTest
-
public class NumberOfClaimValuesActivationConditionTest extends Object
Tests for ClaimExistsWithMultipleValuesActivationCondition.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.security.jwt.claims.impl.NumberOfClaimValuesActivationConditionconditionThe condition to test.
-
Constructor Summary
Constructors Constructor Description NumberOfClaimValuesActivationConditionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestClaimNullValued()voidtestClaimSingleValued()voidtestEmptyClaim_LookingForEmpty()voidtestEmptyClaim_LookingForMultivalued()voidtestMulitvaluedList()voidtestSingleValuedList()voidtestSingleValuedList_LookingForMultivalued()
-
-
-
Method Detail
-
testMulitvaluedList
public void testMulitvaluedList() throws ParseException- Throws:
ParseException
-
testSingleValuedList
public void testSingleValuedList() throws ParseException- Throws:
ParseException
-
testSingleValuedList_LookingForMultivalued
public void testSingleValuedList_LookingForMultivalued() throws ParseException- Throws:
ParseException
-
testEmptyClaim_LookingForMultivalued
public void testEmptyClaim_LookingForMultivalued() throws ParseException- Throws:
ParseException
-
testEmptyClaim_LookingForEmpty
public void testEmptyClaim_LookingForEmpty() throws ParseException- Throws:
ParseException
-
testClaimSingleValued
public void testClaimSingleValued() throws ParseException- Throws:
ParseException
-
testClaimNullValued
public void testClaimNullValued() throws ParseException- Throws:
ParseException
-
-