All Versions
10
Latest Version
Avg Release Cycle
145 days
Latest Release
1750 days ago
Changelog History
Changelog History
-
v2.0.5 Changes
August 17, 2018๐ This is a bug fixes & maintenance release. Here are some of the major changes:
- ๐ Support x64 on visual studio. Thanks to @ericlemes !
- ๐ Support NUnit. Thanks to @phxnsharp !
- ๐ Fix issue #153 (Issue with mock with shared_ptr used in self-invocation). Thanks to @ericlemes !
- ๐ Many minor fixes. Thanks to all the contributors.
๐ Special thanks to @ericlemes who have joined the Fakeit team and contributed a some major bug fixes.
-
v2.0.4 Changes
May 21, 2017๐ Bug fixes and small enhancements.
-
v2.0.3
February 28, 2017 -
v2.0.2 Changes
May 06, 2015- ๐ Fix segmentation fault when calling a spied method from another spied method.
- ๐คก Make "Verify" convertible to bool: if (Verify(Method(mock,foo))) {...}
- Join the Biicode revolution!!!
-
v2.0.1 Changes
March 12, 2015โ Add support for const overloaded methods stubbing.
-
v2.0.0 Changes
February 23, 2015- โ Remove limit of 50 virtual methods per mock class (1000 is the new limit).
- ๐ Improve overloaded methods stubbing API.
- ๐ Minor bug fixes.
- ๐ Old style subbing is not supported anymore. Macros must be used for stubbing.
๐ Not supported any more:
When(mock[&SomeClass::foo]).Return(1)
๐ New style must be used:
When(Method(mock,foo)).Return(1)
-
v1.5.0 Changes
February 09, 2015- ๐ Support destructor stubbing & verifying
- ๐ Improve overloaded methods stubbing api
- ๐ Minor fixes
-
v1.4.3 Changes
January 23, 2015๐ Minor bug fixes
-
v1.4.2 Changes
January 22, 2015โ Add "Detach" method to Mock class.
-
v1.4.1 Changes
January 22, 2015๐ Minor fixes & enhancements