Hello,

I know this is off topic, but this can be of interest for FreePascal users
and developers.

Pascal Mock is currently tested only on Delphi, I believe it is easy to port
to FreePascal.

Enjoy!

--------
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 (except ubMock).
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




_______________________________________________
fpc-announce maillist  -  fpc-announce@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-announce

Reply via email to