Class LoopDetectionPredicateTest

java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
net.shibboleth.profile.context.logic.LoopDetectionPredicateTest

public class LoopDetectionPredicateTest extends OpenSAMLInitBaseTestCase
Unit test for LoopDetectionPredicate.
  • Field Details

    • prc

      private ProfileRequestContext prc
    • rpCtx

      private net.shibboleth.profile.context.RelyingPartyContext rpCtx
    • pred

      private net.shibboleth.profile.context.logic.LoopDetectionPredicate pred
  • Constructor Details

    • LoopDetectionPredicateTest

      public LoopDetectionPredicateTest()
  • Method Details

    • 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