Package net.shibboleth.idp.profile.logic
Class RelyingPartyIdPredicateTest
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.RelyingPartyIdPredicateTest
-
public class RelyingPartyIdPredicateTest extends Object
Unit test forRelyingPartyIdPredicate.
-
-
Field Summary
Fields Modifier and Type Field Description private ProfileRequestContextprcprivate net.shibboleth.idp.profile.context.RelyingPartyContextrpCtx
-
Constructor Summary
Constructors Constructor Description RelyingPartyIdPredicateTest()
-
-
-
Field Detail
-
prc
private ProfileRequestContext prc
-
rpCtx
private net.shibboleth.idp.profile.context.RelyingPartyContext rpCtx
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testNone
public void testNone() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testMatch
public void testMatch() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoMatch
public void testNoMatch() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
-