eranpeer / FakeIt

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

Include cassert when using FAKEIT_ASSERT_ON_UNEXPECTED_METHOD_INVOCATION #152

Closed bartlibert closed 5 years ago

bartlibert commented 5 years ago

If the cassert file was not include by any other header, the tests would not compile when FAKEIT_ASSERT_ON_UNEXPECTED_METHOD_INVOCATION was used

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.923% when pulling 673f92effb91e4289311652db66511ad0106c5a4 on bartlibert:master into 87c171983db428bcb8e34f3b5a6a26a1d8306f4d on eranpeer:master.

ericlemes commented 5 years ago

Thanks!

eranpeer commented 5 years ago

Thanks