[Pascalmock-interest] Pascal Mock 1.1: Easier to use and DUnit integration
Brought to you by:
harghh
From: <ha...@fr...> - 2007-02-21 21:52:44
|
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 Denis |