Tests that try various things with the Scheduler.
Methods
|
|
setUp
testHasEvent
testHasNrEvents
testTime
testTimeLapse
|
|
setUp
|
setUp ( self )
Create some objects used by several methods of TestScheduler.
|
|
testHasEvent
|
testHasEvent ( self )
Check that the scheduler has an event if it's been given one.
|
|
testHasNrEvents
|
testHasNrEvents ( self )
Check that the Scheduler has the correct amount of events
|
|
testTime
|
testTime ( self )
Check that default time is set correctly
|
|
testTimeLapse
|
testTimeLapse ( self )
Check that the Scheduler set's the right time after an update.
|