Package de.hybris.platform.cronjob.jalo
Class RetryingCronJobsIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.cronjob.jalo.RetryingCronJobsIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
RetryingCronJobsIntegrationTest
public RetryingCronJobsIntegrationTest()
-
-
Method Details
-
setUp
public void setUp() -
teardown
public void teardown() -
testCronJobWithRepeatsHigherThenZeroStartsUpAgainAfterBeingAborted
public void testCronJobWithRepeatsHigherThenZeroStartsUpAgainAfterBeingAborted() throws InterruptedException- Throws:
InterruptedException
-
testCronJobWithoutRepeatsStatusDoesntChangeAgainAfterBeingAborted
public void testCronJobWithoutRepeatsStatusDoesntChangeAgainAfterBeingAborted() throws InterruptedException- Throws:
InterruptedException
-
shouldCreateCronJobWithSetDefaultNumberOfRetriesFromTriggeredJob
public void shouldCreateCronJobWithSetDefaultNumberOfRetriesFromTriggeredJob() -
shouldCreateCronJobWithSetNumberOfRetriesFromTriggeredJob
public void shouldCreateCronJobWithSetNumberOfRetriesFromTriggeredJob() -
shouldRestartCronjobWhichIsCreatedFromTriggeredJobAfterBeingAborted
public void shouldRestartCronjobWhichIsCreatedFromTriggeredJobAfterBeingAborted() throws InterruptedException- Throws:
InterruptedException
-
shouldNotRestartCronjobWhichIsCreatedFromTriggeredJobAfterBeingAborted
public void shouldNotRestartCronjobWhichIsCreatedFromTriggeredJobAfterBeingAborted() throws InterruptedException- Throws:
InterruptedException
-