eranpeer / FakeIt

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

Handling stub of ref-qualified overloads #316

Closed FranckRJ closed 1 year ago

FranckRJ commented 1 year ago

Based on #309, complete the implementation by having it working on GCC and handling void-functions. Should close #292.

coveralls commented 1 year ago

Coverage Status

Coverage: 99.926% (+0.0002%) from 99.925% when pulling 966b0071d2d9d98f617cc5af90cf2d66f9879f01 on stub-ref-overloads into cd3a7423b55fb4d4d8887bd58ffb204b84bf3ca4 on dev.