Class ActionTriggeringLimitAgendaFilterTest


  • @UnitTest
    public class ActionTriggeringLimitAgendaFilterTest
    extends java.lang.Object
    • Constructor Detail

      • ActionTriggeringLimitAgendaFilterTest

        public ActionTriggeringLimitAgendaFilterTest()
    • Method Detail

      • shouldAcceptWhenMaxExecutionThresholdIsNotReached

        public void shouldAcceptWhenMaxExecutionThresholdIsNotReached()
                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createRuleConfigurationRRD

        protected RuleConfigurationRRD createRuleConfigurationRRD​(int currentRuns,
                                                                  int maxAllowedRuns)
      • shouldRejectWhenMaxExecutionThresholdIsEqualCurrentRuns

        public void shouldRejectWhenMaxExecutionThresholdIsEqualCurrentRuns()
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldRejectWhenMaxExecutionThresholdIsReached

        public void shouldRejectWhenMaxExecutionThresholdIsReached()
                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception