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 class
SchedulerSupportTest.MockPropertyScheduled
static class
SchedulerSupportTest.MockScheduled
static class
SchedulerSupportTest.MockScheduledWithProxy
-
Constructor Summary
Constructors Constructor Description SchedulerSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
schedulableAddedAfterStartShouldBeScheduledImmediately()
void
schedulableShouldBeScheduledAfterStart()
void
schedulableShouldNotBeScheduledBeforeStart()
void
schedulableShouldThrowExceptionWhenNoPropertyFound()
void
schedulableShouldUsePropertyConfig()
void
setUp()
void
tearDown()
-
-
-
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()
-
-