Class QuartzSchedulerServiceTest

    • Method Detail

      • testEnableDisable

        public void testEnableDisable()
        Tests the ability to enable and disable the service.
      • testAddRemoveJob

        public void testAddRemoveJob()
        Tests the ability to add and remove a job. A list of jobs will be obtained from the service to determine if the operation were successful.
      • testGetJob

        public void testGetJob()
        Tests the ability to retrieve the job added during initialization.
      • testRunningJob

        public void testRunningJob()
        Test to make sure a job actually runs.