Class CronJobServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CronJobServiceTest extends ServicelayerTransactionalBaseTest
More integration tests are in CronJobServiceDemoTest.
  • Constructor Details

    • CronJobServiceTest

      public CronJobServiceTest()
  • Method Details

    • testCreate

      public void testCreate()
    • testInit

      public void testInit() throws InterceptorException
      Throws:
      InterceptorException
    • testGetLogTextForOneEntry

      public void testGetLogTextForOneEntry()
    • testCronJobCodes

      public void testCronJobCodes()
    • testInvalidCustomCronJobFactory

      public void testInvalidCustomCronJobFactory()
    • testNonexistentCustomCronJobFactory

      public void testNonexistentCustomCronJobFactory()
    • testGetNotExistingJob

      public void testGetNotExistingJob() throws BusinessException
      Throws:
      BusinessException
    • testGetNotExistingCronJob

      public void testGetNotExistingCronJob() throws BusinessException
      Throws:
      BusinessException
    • testServicelayerJobWithNonExistingBean

      public void testServicelayerJobWithNonExistingBean()
    • testServicelayerJobWithEmptyBean

      public void testServicelayerJobWithEmptyBean()
    • testServicelayerJobWithNullBean

      public void testServicelayerJobWithNullBean()
    • shouldResetStartDateForAbortedCronjob

      public void shouldResetStartDateForAbortedCronjob()