catch2/tests/SelfTest
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
..
Baselines Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
CompileTimePerfTests Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
IntrospectiveTests Outline GeneratorException from generators header 2020-02-14 16:15:47 +01:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
SurrogateCpps Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
UsageTests Feature: generic matchers (#1843) 2020-02-16 11:19:10 +01:00
TestMain.cpp Cleanup impl and main from the main header 2019-12-08 11:31:47 +01:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00