The Simulation Library allows you to unit test workflows by substituting mock activities for other activities in workflows that are not suitable for unit testing
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.
|