Class RelyingPartyIdPredicateTest
java.lang.Object
net.shibboleth.profile.context.logic.RelyingPartyIdPredicateTest
Unit test for
RelyingPartyIdPredicate.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ProfileRequestContextprivate net.shibboleth.profile.context.RelyingPartyContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidprivate booleantestCandidate(net.shibboleth.profile.context.logic.RelyingPartyIdPredicate rpIdPredicate, String rpId) voidvoidvoidtestNone()
-
Field Details
-
prc
-
rpCtx
private net.shibboleth.profile.context.RelyingPartyContext rpCtx
-
-
Constructor Details
-
RelyingPartyIdPredicateTest
public RelyingPartyIdPredicateTest()
-
-
Method Details
-
setUp
@BeforeMethod public void setUp() -
testNone
- Throws:
ComponentInitializationException
-
testMatch
- Throws:
ComponentInitializationException
-
testNoMatch
- Throws:
ComponentInitializationException
-
springConstructors
public void springConstructors() -
testCandidate
private boolean testCandidate(net.shibboleth.profile.context.logic.RelyingPartyIdPredicate rpIdPredicate, String rpId)
-