Package de.hybris.platform.cronjob.jalo
Class CronJobTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.cronjob.jalo.CronJobTest
- All Implemented Interfaces:
JaloSessionHolder
Test for extension Cronjob
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
CronJobTest
public CronJobTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
public void tearDown() -
testCronjob
public void testCronjob() -
testResetRunningCronJobs
- Throws:
Exception
-
testResetRunningCronJobAndItsHistory
- Throws:
Exception
-
testResetAllCronJobHistoryEntries
- Throws:
Exception
-
testResetAllCronJobHistoryEntriesWithDefaultFlagValue
- Throws:
Exception
-
testResetAllCronJobHistoryEntriesWhenNoHistoryEntries
- Throws:
Exception
-
testTrigger
- Throws:
Exception
-
testEmailNotification
- Throws:
Exception
-
testSetSteps
public void testSetSteps() -
testJobRestrictions
- Throws:
Exception
-
testTriggerCreationForTriggerableJobs
- Throws:
Exception
-
testCompositeCronJob
- Throws:
Exception
-
testLogCronJob
- Throws:
Exception
-
testNestedExecution
- Throws:
Exception
-
testSessionContextAttributeFiltering
public void testSessionContextAttributeFiltering() throws JaloInvalidParameterException, JaloSecurityException, JaloBusinessException -
shouldFilterRedundantSessionCtxAttributesIfImportModeIsTrue
public void shouldFilterRedundantSessionCtxAttributesIfImportModeIsTrue() -
shouldNotFilterSessionCtxAttributesIfImportModeIsFalse
public void shouldNotFilterSessionCtxAttributesIfImportModeIsFalse() -
shouldNotFilterSessionCtxAttributesIfThereIsNoImportModeAttribute
public void shouldNotFilterSessionCtxAttributesIfThereIsNoImportModeAttribute() -
shouldNotFilterSessionCtxAttributesIfPropertyIsEmpty
public void shouldNotFilterSessionCtxAttributesIfPropertyIsEmpty() -
shouldCreateCronJobInImportModeWithoutRedundantSessionCtxAttributes
public void shouldCreateCronJobInImportModeWithoutRedundantSessionCtxAttributes() -
shouldFilterRedundantSessionContextValuesAndNotAddThemToSessionContext
public void shouldFilterRedundantSessionContextValuesAndNotAddThemToSessionContext() -
shouldNotFilterSessionContextValuesIfHaveNotBeenAddedDuringImport
public void shouldNotFilterSessionContextValuesIfHaveNotBeenAddedDuringImport()
-