Testing time-dependent module
Module that must behave differently on a certain day:
- every day do A, on Sunday do B.
- On January 1 do something special.
- First workday of every month pay salary.
- On April 1 do something special.
Code that maintains a session
- Test if the timeout works well.