catch2/tests
melak47 17c4b2d093
Feature: generic matchers (#1843)
This commit extends the Matchers feature with the ability to have type-independent (e.g. templated) matchers. This is done by adding a new base type that Matchers can extend, `MatcherGenericBase`, and overloads of operators `!`, `&&` and `||` that handle matchers extending `MatcherGenericBase` in a special manner.

These new matchers can also take their arguments as values and non-const references.

Closes #1307 
Closes #1553 
Closes #1554 

Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
2020-02-16 11:19:10 +01:00
..
ExtraTests Minor cleanup in the benchmarking tests 2020-02-13 15:12:57 +01:00
SelfTest Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
XCode/OCTest Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
CMakeLists.txt NoAssertions runs only 1 test case instead of all of them 2020-02-04 10:11:55 +01:00