Class TriggerValidateInterceptorTest

java.lang.Object
de.hybris.platform.servicelayer.cronjob.impl.TriggerValidateInterceptorTest

@UnitTest public class TriggerValidateInterceptorTest extends Object
Test presenting the CronExpression base mechanism for calculating next trigger execution time for given cron expression .
  • Constructor Details

    • TriggerValidateInterceptorTest

      public TriggerValidateInterceptorTest()
  • Method Details

    • setUp

      public void setUp()
    • testFillInActivationTimeIfWasNull

      public void testFillInActivationTimeIfWasNull()
    • testDoNotFillInActivationIfInTheFutureAndNotModified

      public void testDoNotFillInActivationIfInTheFutureAndNotModified()
    • testFillInIfExpressionChanged

      public void testFillInIfExpressionChanged()
    • testFillInActivationTimeIfWasInThePast

      public void testFillInActivationTimeIfWasInThePast()
    • testWithInvalidExpressin

      public void testWithInvalidExpressin()