Skip to content

Releases: eranpeer/FakeIt

1.4.2

22 Jan 21:25
Compare
Choose a tag to compare

Add "Detach" method to Mock class.

1.4.1

22 Jan 21:24
Compare
Choose a tag to compare

Minor fixes & enhancements

Version 1.4.0

18 Jan 15:55
Compare
Choose a tag to compare
  • Add support for Argument Matchers

Version 1.3.1

28 Oct 06:39
Compare
Choose a tag to compare
  • Add Boost Testing Framework Integration
  • Fix a memory leak on windows.

Version 1.3.0 - Testing Framework Integration

25 Oct 12:59
Compare
Choose a tag to compare

Testing Framework Integration:

  • Redesign to easily integrate with any new Testing Framework.
  • Add integration with GTest, MS Test & tpunit.
  • Enable a stand-alone configuration as well.
  • Minor bug fixes.

Version 1.2.2

17 Sep 03:39
Compare
Choose a tag to compare

Minor fixes

Version 1.2.1

04 Sep 19:50
Compare
Choose a tag to compare
  • Reduce executable size
  • Improve compile time
  • Minor fixes

Version 1.2.0

02 Sep 06:09
Compare
Choose a tag to compare

Clang compiler users can enjoy Fakeit now!

Version 1.1.0

28 Aug 11:27
Compare
Choose a tag to compare

Features

  • Utility macros to ease mocking and collect file,line & method name information.
  • Improve GCC compile time.
  • Print log messages on mocking events.
  • Support custom log messages.
  • Support custom testing framework integration.
  • Bug fixes.

Version 1.0.1

12 Jul 04:41
Compare
Choose a tag to compare

Changes:

  • Add the wiki documents as part of the release!