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

Fakeit and banditcpp #109

Open andyorange opened 6 years ago

andyorange commented 6 years ago

More of a feature request: i would really liek to see this work with banditcpp. Any experience?

eranpeer commented 6 years ago

Please take a look at the source code for how to create an adapter to a new unit testing framework. You will find it to be a simple task.