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

Catch2 3 #263

Closed andreasWallner closed 2 years ago

andreasWallner commented 2 years ago

This (rather trivial) commit adds support for the upcomin Catch2 v3. From fakeit POV it's just other header file names, so nothing really exciting.

Catch2 v3 comes in either the recommended library version as well as in a single-header/single-source file amalamated version - that's why I'm checking for both.

This would fix #257.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.0002%) to 99.922% when pulling c5951625ea21d473daa0b1c9df421a4d775c1469 on andreasWallner:catch2_3 into ae0607347ddfaaa44a7a689a651b76c009a5dfc0 on eranpeer:dev-2.1.0.