Thursday May 22 2008
The workflow I have been working on includes some delay activities. It was difficult enough getting them to run at all using the ManualSchedulerService (I think UseActiveTimers fixed that issue), but now that I get into some more complete testing ...
Thursday May 22 2008
The general approach I am using for workflow testing involves a test fixture class for each state in the workflow. TestFixtureSetup creates a workflow runtime and there is a method CreateWorkflowAndMoveToPaidState() which creates a new workflow in...