catch2/tests/SelfTest/Baselines
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
..
automake.std.approved.txt Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
automake.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
compact.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
console.std.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
console.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
console.swa4.approved.txt Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
junit.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
sonarqube.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
tap.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
teamcity.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
xml.sw.approved.txt Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00