Class RetryingCronJobsIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

public class RetryingCronJobsIntegrationTest extends ServicelayerBaseTest
  • 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