We have a DateTime Service that pulls the Database date down when we need to use a Date. Now, If I want to run a test using "Todays" Date using FitNesse, What would be the easiest way of creating a way to have (OurService).CurrentDate be static?
We have a control that ads Days,Years, or Months to the current date.. and I would like to be able to test this.
Thanks!