Pascal Mock News
Brought to you by:
harghh
I am pleased to announce the 1.0 release of Pascal Mock on SourceForge:
http://sourceforge.net/projects/pascalmock/
Delphi/Kylix/FreePascal were lacking a mock library.
The Pascal Mock library enables the easy creation and use of Mock
objects for unit testing, inspired by the various Java mock
object tools.
Mock objects eases unit testing by acting as replacements for
classes that the object being tested must interact with.
For more on Mock objects see:
http://en.wikipedia.org/wiki/Mock_Object
Enjoy!