Class TriggerValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.cronjob.impl.TriggerValidateInterceptorTest
-
@UnitTest public class TriggerValidateInterceptorTest extends java.lang.Object
Test presenting theCronExpression
base mechanism for calculating next trigger execution time for given cron expression .
-
-
Constructor Summary
Constructors Constructor Description TriggerValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testDoNotFillInActivationIfInTheFutureAndNotModified()
void
testFillInActivationTimeIfWasInThePast()
void
testFillInActivationTimeIfWasNull()
void
testFillInIfExpressionChanged()
void
testWithInvalidExpressin()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testFillInActivationTimeIfWasNull
public void testFillInActivationTimeIfWasNull()
-
testDoNotFillInActivationIfInTheFutureAndNotModified
public void testDoNotFillInActivationIfInTheFutureAndNotModified()
-
testFillInIfExpressionChanged
public void testFillInIfExpressionChanged()
-
testFillInActivationTimeIfWasInThePast
public void testFillInActivationTimeIfWasInThePast()
-
testWithInvalidExpressin
public void testWithInvalidExpressin()
-
-