catch2/projects/SelfTest/UsageTests
Julien Nitard 7be8a41adf Fix ambiguity in stringification
Happening when using clang and templated operators, clang cannot decide
between the operator provided by ReusableStringStream and the one provided
by the value value as both are templates. This is easily solved by calling
the operator<< through the member syntax.

Fixes #1285
2018-06-06 22:33:03 +02:00
..
Approx.tests.cpp Also test Approx template constructor 2017-11-28 21:29:34 +01:00
BDD.tests.cpp Reorganised (some) usage tests so they can be included multiple times 2017-11-17 15:46:57 +00:00
Benchmark.tests.cpp Split SelfTest test files into Usage and Introspective varieties 2017-11-13 15:38:52 +00:00
Class.tests.cpp Reorganised (some) usage tests so they can be included multiple times 2017-11-17 15:46:57 +00:00
Compilation.tests.cpp Support for parenthesizing types with commas. 2018-04-20 15:11:09 +02:00
Condition.tests.cpp Enable Werror for dev builds 2017-11-21 18:55:28 +01:00
Decomposition.tests.cpp All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level 2017-11-13 16:03:27 +00:00
EnumToString.tests.cpp Fix stringifying of unknown enums 2018-01-04 10:21:52 +00:00
Exception.tests.cpp Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
Matchers.tests.cpp Ensure platform-independent output from SpecialException::what 2018-05-12 20:37:13 +02:00
Message.tests.cpp Update MessageTests.cpp 2017-12-09 20:51:56 +01:00
Misc.tests.cpp Added GCC 8 to Travis. Updated test so that it warning isn't triggered. 2018-05-06 12:06:39 +02:00
ToStringChrono.tests.cpp Add more weird chrono::duration stringification tests 2017-11-28 21:47:06 +01:00
ToStringGeneral.tests.cpp Add stringification support to std::exception and deriving classes 2018-05-12 17:46:25 +02:00
ToStringPair.tests.cpp All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level 2017-11-13 16:03:27 +00:00
ToStringTuple.tests.cpp All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level 2017-11-13 16:03:27 +00:00
ToStringVector.tests.cpp Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
ToStringWhich.tests.cpp Fix ambiguity in stringification 2018-06-06 22:33:03 +02:00
Tricky.tests.cpp Remove isTrue, alwaysTrue, alwaysFalse 2017-11-22 16:03:45 +01:00
VariadicMacros.tests.cpp All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level 2017-11-13 16:03:27 +00:00