Class CronJobScriptingIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CronJobScriptingIntegrationTest extends ServicelayerTransactionalBaseTest
Integration tests for cronjob scripting
  • Constructor Details

    • CronJobScriptingIntegrationTest

      public CronJobScriptingIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testPerformCronJobForStoredCorrectScript

      public void testPerformCronJobForStoredCorrectScript()
    • testPerformCronJobForStoredCorrectScriptWithPerformResult

      public void testPerformCronJobForStoredCorrectScriptWithPerformResult()
    • testPerformCronJobForNotExistingScript

      public void testPerformCronJobForNotExistingScript()
    • testPerformCronJobForBadScript

      public void testPerformCronJobForBadScript()