Tagged Questions
2
votes
3answers
618 views
Unit Testing a WF4 Workflowservice [closed]
I am playing around with WF4 beta 2 and want to unit test a workflowservice. Perhaps I am missing something, but this does not seem trivial.
As far as I can see, I might use WorkflowServiceHost. But ...