eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.24k stars 170 forks source link

Catch2 Integration #117

Closed c1moore closed 6 years ago

c1moore commented 6 years ago

It seems Catch2 no longer defines the ResultBuilder FakeIt depends on for integrations with it. Support for Catch2 would be helpful.

eranpeer commented 6 years ago

Done, please download the latest commit and give it a try.