Package net.shibboleth.idp.profile.logic
Class LoopDetectionPredicateTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.profile.logic.LoopDetectionPredicateTest
-
public class LoopDetectionPredicateTest extends org.opensaml.core.testing.OpenSAMLInitBaseTestCaseUnit test forLoopDetectionPredicate.
-
-
Field Summary
Fields Modifier and Type Field Description private ProfileRequestContextprcprivate net.shibboleth.idp.profile.logic.LoopDetectionPredicatepredprivate net.shibboleth.idp.profile.context.RelyingPartyContextrpCtx
-
Constructor Summary
Constructors Constructor Description LoopDetectionPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExceed()voidtestMatch()voidtestNoMap()voidtestNoMatch()
-
-
-
Field Detail
-
prc
private ProfileRequestContext prc
-
rpCtx
private net.shibboleth.idp.profile.context.RelyingPartyContext rpCtx
-
pred
private net.shibboleth.idp.profile.logic.LoopDetectionPredicate pred
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testNoMap
public void testNoMap()
-
testNoMatch
public void testNoMatch()
-
testMatch
public void testMatch()
-
testExceed
public void testExceed() throws InterruptedException- Throws:
InterruptedException
-
-