Package ninja.scheduler
Class SchedulerSupportTest
- java.lang.Object
-
- ninja.scheduler.SchedulerSupportTest
-
public class SchedulerSupportTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchedulerSupportTest.MockPropertyScheduledstatic classSchedulerSupportTest.MockScheduledstatic classSchedulerSupportTest.MockScheduledWithProxy
-
Constructor Summary
Constructors Constructor Description SchedulerSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidschedulableAddedAfterStartShouldBeScheduledImmediately()voidschedulableShouldBeScheduledAfterStart()voidschedulableShouldNotBeScheduledBeforeStart()voidschedulableShouldThrowExceptionWhenNoPropertyFound()voidschedulableShouldUsePropertyConfig()voidsetUp()voidtearDown()
-
-
-
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()
-
-