| |
|
| org.apache.turbine.test.BaseTestCase org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerServiceTest
TurbineNonPersistentSchedulerServiceTest | public class TurbineNonPersistentSchedulerServiceTest extends BaseTestCase (Code) | | Unit testing for the non-persistent implementation of the scheduler service.
author: Quinton McCombs version: $Id: TurbineNonPersistentSchedulerServiceTest.java 534527 2007-05-02 16:10:59Z tv $ |
Method Summary | |
public void | OFFtestRunningJob() Test to make sure a job actually runs. | public static Test | suite() | public void | testAddRemoveJob() Tests the ability to add and remove a job. | public void | testEnableDisable() Tests the ability to enable and disable the service. | public void | testGetJob() Tests the ability to retrieve the job added during initialization. |
TurbineNonPersistentSchedulerServiceTest | public TurbineNonPersistentSchedulerServiceTest(String name) throws Exception(Code) | | |
OFFtestRunningJob | public void OFFtestRunningJob()(Code) | | Test to make sure a job actually runs. Currently not work.
|
suite | public static Test suite()(Code) | | |
testAddRemoveJob | public void testAddRemoveJob()(Code) | | 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.
|
testEnableDisable | public void testEnableDisable()(Code) | | Tests the ability to enable and disable the service.
|
testGetJob | public void testGetJob()(Code) | | Tests the ability to retrieve the job added during initialization.
|
|
|
|