Menu

Pascal Mock 1.1: More ease of use and DUnit integration

Hello,

I just released version 1.1 of Pascal Mock, with extended features, some user-friendly improvements and a minimal DUnit integration.

Here is the changelog:

- Mocked functions now checks if their return value was set and raise an easy to understand exception otherwise
- Mock verification failure message is easier to read: the method which doesn't match expectations is marked
- Minimal integration with DUnit through TMockObjectTestCase
- Information on a called method can now be retrieved with CalledMethodByName before calling Verify.
- Added ability to specify out parameters values for mock methods
- Support for Int64 parameters

Posted by Denis A. 2007-02-21

Log in to post a comment.