1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added ability to expect a method to be called at least "x" times - Allow to Wait() when invoking a mock method - Allow to return TMethod (events) from mock methods - Allow to expect method calls in any order using "Anywhere" More... over 15 years ago
Mock list is created in constructor, avoid error if inherited SetUp is not called in descendant classes More... over 16 years ago
Allow to set output parameters values More... over 16 years ago
- enable RTTI for TMockObjectTestCase - allow to override Verify, to add Log messages for example More... over 16 years ago
add support for return values More... over 16 years ago
most parameters types now supported More... over 16 years ago
continue cleaning More... over 16 years ago
cleaning in progress More... over 16 years ago
add support for parameters More... over 16 years ago
I forgot to add this one More... over 16 years ago
avoid creation of SOAP attachments More... over 16 years ago
found a way to hold the interface reference using the IMock interface More... over 16 years ago
fix access violation with auto mocks for interfaces More... over 16 years ago
allow to automatically make mocks for interfaces More... over 16 years ago
merge changes from Anthony Egerton to handle vtClass, vtWideChar, vtPWideChar, vtWideString types More... over 16 years ago
refactor PascalMockDUnitTestCase More... over 16 years ago
add support for widestring, class... More... over 16 years ago
add changelog for version 1.1 More... about 17 years ago
Add RemoveMock() method More... about 17 years ago
remove .dcu etc. More... about 17 years ago
- TMockMethod now check if its return value was set and raise an exception otherwise - added tests for Int64 support More... about 17 years ago
add Int64 support More... about 17 years ago
add a $ifdef FASTMM More... about 17 years ago
integrate PascalMock and DUnit by using TMockObjectTestCase More... over 17 years ago
change comment More... over 17 years ago
KISS More... over 17 years ago
- TMock children can now reset their mock data by overriding ResetMockData, - Can now retrieve informations on a called method using CalledMethodByName before calling Verify. - Can now specify out params to returns by the called method More... over 17 years ago
Add information on which method doesn't match expectations More... over 17 years ago
add Courtesy of Tixeo http://www.tixeo.com comment More... over 17 years ago
cleaning More... over 17 years ago