Class CronjobsViaTaskEngineIntegrationTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.cronjob.impl.CronjobsViaTaskEngineIntegrationTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CronjobsViaTaskEngineIntegrationTest extends ServicelayerBaseTest
Tests for executing cronjobs via Task Engine.
  • Constructor Details

    • CronjobsViaTaskEngineIntegrationTest

      public CronjobsViaTaskEngineIntegrationTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • testPerformCronJobManyTimesWithTriggerTask

      public void testPerformCronJobManyTimesWithTriggerTask() throws Exception
      Throws:
      Exception
    • testPerformCronJobSingleExecutableWithTriggerTask

      public void testPerformCronJobSingleExecutableWithTriggerTask() throws Exception
      Throws:
      Exception
    • testPerformCronJobThrowingException

      public void testPerformCronJobThrowingException() throws Exception
      Throws:
      Exception
    • testPerformCronJobWithoutTriggerAndTaskEngine

      public void testPerformCronJobWithoutTriggerAndTaskEngine() throws Exception
      Throws:
      Exception
    • testExecuteJobTriggeredWithoutCronJob

      public void testExecuteJobTriggeredWithoutCronJob() throws Exception
      Throws:
      Exception