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

ADD(TEST): Reproduce error of stubbing method after Reset #33

Closed bcachet closed 9 years ago

bcachet commented 9 years ago

Created a test that reproduce the fact that when stubbing a method of a mock that has been Reseted, then got error because size of std::vector used to store stubs was not defined correctly.