Package de.hybris.platform.cronjob.jalo
Class AbortingCronJobWithoutProperClosingIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.cronjob.jalo.AbortingCronJobWithoutProperClosingIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class AbortingCronJobWithoutProperClosingIntegrationTest
extends ServicelayerBaseTest
-
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
-
AbortingCronJobWithoutProperClosingIntegrationTest
public AbortingCronJobWithoutProperClosingIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
shouldFinishBasicCronJobWithGivenLogic
public void shouldFinishBasicCronJobWithGivenLogic() -
shouldAddCronJobToBeCheckedIfDBOutageOccursDuringExecution
public void shouldAddCronJobToBeCheckedIfDBOutageOccursDuringExecution() throws TimeoutException, InterruptedException, ExecutionException -
shouldNotAddCronJobToBeCheckedIfDBOutageOccursDuringExecutionButNoCallToDB
public void shouldNotAddCronJobToBeCheckedIfDBOutageOccursDuringExecutionButNoCallToDB() throws TimeoutException, InterruptedException, ExecutionException -
shouldNotAddCronJobToBeCheckedIfScriptThrowsException
public void shouldNotAddCronJobToBeCheckedIfScriptThrowsException() -
shouldAppendLogsDuringStrandedCronJobRecovery
public void shouldAppendLogsDuringStrandedCronJobRecovery() throws TimeoutException, InterruptedException, ExecutionException -
shouldNotAddCronJobToBeCheckedIfScriptThrowsStackOverflowException
public void shouldNotAddCronJobToBeCheckedIfScriptThrowsStackOverflowException()
-