Class SchedulerSupportTest


  • public class SchedulerSupportTest
    extends Object
    • Constructor Detail

      • SchedulerSupportTest

        public SchedulerSupportTest()
    • Method Detail

      • setUp

        public final void setUp()
      • tearDown

        public final void tearDown()
      • schedulableShouldNotBeScheduledBeforeStart

        public void schedulableShouldNotBeScheduledBeforeStart()
                                                        throws Exception
        Throws:
        Exception
      • schedulableShouldBeScheduledAfterStart

        public void schedulableShouldBeScheduledAfterStart()
                                                    throws Exception
        Throws:
        Exception
      • schedulableAddedAfterStartShouldBeScheduledImmediately

        public void schedulableAddedAfterStartShouldBeScheduledImmediately()
                                                                    throws Exception
        Throws:
        Exception
      • schedulableShouldUsePropertyConfig

        public void schedulableShouldUsePropertyConfig()
                                                throws Exception
        Throws:
        Exception
      • schedulableShouldThrowExceptionWhenNoPropertyFound

        public void schedulableShouldThrowExceptionWhenNoPropertyFound()