com.atlassian.scheduler.compat.local
Class LocalOnlyCompatibilityPluginSchedulerTest

java.lang.Object
  extended by com.atlassian.scheduler.compat.local.LocalOnlyCompatibilityPluginSchedulerTest

public class LocalOnlyCompatibilityPluginSchedulerTest
extends Object

Since:
v1.0

Constructor Summary
LocalOnlyCompatibilityPluginSchedulerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetJobInfoWithNoJobDetails()
           
 void testRegisterJobHandler()
           
 void testRegisterJobHandlerDuplicate()
           
 void testScheduleClusteredJobAndGetJobInfo()
           
 void testScheduleClusteredJobWithReplacement()
           
 void testScheduleClusteredJobWithUnregisteredJobHandler()
           
 void testUnregisterJobHandlerNotRegistered()
           
 void testUnregisterJobHandlerNotUsed()
           
 void testUnregisterJobHandlerWithJobs()
           
 void testUnscheduleClusteredJob()
           
 void testUnscheduleClusteredJobDoesNotExist()
           
 void testUnscheduleClusteredJobWithMissingJob()
           
 void testUnscheduleClusteredJobWithUnexpectedException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalOnlyCompatibilityPluginSchedulerTest

public LocalOnlyCompatibilityPluginSchedulerTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testRegisterJobHandler

public void testRegisterJobHandler()

testRegisterJobHandlerDuplicate

public void testRegisterJobHandlerDuplicate()

testUnregisterJobHandlerNotRegistered

public void testUnregisterJobHandlerNotRegistered()

testUnregisterJobHandlerNotUsed

public void testUnregisterJobHandlerNotUsed()

testUnregisterJobHandlerWithJobs

public void testUnregisterJobHandlerWithJobs()

testGetJobInfoWithNoJobDetails

public void testGetJobInfoWithNoJobDetails()

testScheduleClusteredJobAndGetJobInfo

public void testScheduleClusteredJobAndGetJobInfo()
                                           throws SchedulerServiceException
Throws:
SchedulerServiceException

testScheduleClusteredJobWithReplacement

public void testScheduleClusteredJobWithReplacement()
                                             throws SchedulerServiceException
Throws:
SchedulerServiceException

testScheduleClusteredJobWithUnregisteredJobHandler

public void testScheduleClusteredJobWithUnregisteredJobHandler()

testUnscheduleClusteredJobDoesNotExist

public void testUnscheduleClusteredJobDoesNotExist()

testUnscheduleClusteredJob

public void testUnscheduleClusteredJob()

testUnscheduleClusteredJobWithMissingJob

public void testUnscheduleClusteredJobWithMissingJob()

testUnscheduleClusteredJobWithUnexpectedException

public void testUnscheduleClusteredJobWithUnexpectedException()


Copyright © 2014 Atlassian. All Rights Reserved.