Microsoft’s Ron Jacobs posted the Microsoft.Activities.UnitTesting library to CodePlex. See the documentation page for examples.
I tried the WorkflowServiceTestHost and it works. You can host a workflow service in your unit test project and make calls to its WCF activities. One of the examples shows using tracking to verify state. It’s a bit slow, but it does not require deploying to IIS.
I didn’t get the MemoryStore working yet, and I haven’t tried the XamlInjector (mocking activities - what a cool idea!).
Development Central is the blog of Bill Sorensen, a professional software developer. Much of this will relate to C#, .NET, and OOP in general.
Disclaimer
These postings are provided "AS IS" with no warranties and confer no rights.