eranpeer / FakeIt

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

Add a Strcmp matcher #234

Closed FranckRJ closed 2 years ago

FranckRJ commented 3 years ago

To be able to easily match const char * strings.

sidwarkd commented 3 years ago

This would be awesome. Using Matching is pretty verbose so would be nice to use Using directly on const char * arguments.

FranckRJ commented 2 years ago

Done in #256.