Search Wiki:

Project Retired


This project is no longer active. The ideas from it have been implemented in the Workflow Test Helper project

The goal is to produce a library of mock activities that will make workflows testable. The library and capabilities will grow over time as this incubation project matures.

Please add comments to discussions page if you want to see more.

Release Notes


Release 0.1

9-Jun-2009
  • Modified TestConsole.cs to redirect Console output stream. It will now capture all console output not just output from MockWriteLine. Unit tests built on TestConsole may now include text not previously present.
  • TestConsole.Buffer now returns the StringBuilder that is backing the console stream
  • TestConsole.Lines returns a string[] with the lines from the buffer as split by Regex.Split(Environment.NewLine). This always includes a blank last line because of the way Regex.Split works.
  • Added unit tests to improve coverage of the simulation engine including the XAML features.
Last edited Nov 16 2010 at 5:55 PM  by RonJacobs, version 4
Updating...
Page view tracker