Class TriggerValidateInterceptorTest
java.lang.Object
de.hybris.platform.servicelayer.cronjob.impl.TriggerValidateInterceptorTest
Test presenting the
CronExpression base mechanism for calculating next trigger execution time for given cron
expression .-
Constructor Summary
Constructors -
Method Summary
-
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()
-