Martin Hořeňovský
|
28db5ed4c9
|
Add tests for #1514
If the regression comes back, it will only be caught by approvals,
but that's better than nothing.
|
2019-03-02 21:22:47 +01:00 |
|
Martin Hořeňovský
|
4846ad59e1
|
Remove obsolete test
`REQUIRE`, `CHECK` and many other macros already support expressions
with multiple template parameters without parenthesizing.
|
2018-07-02 17:32:47 +02:00 |
|
Phil Nash
|
1579744ddd
|
Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere)
|
2018-06-25 19:04:29 +01:00 |
|
Martin Hořeňovský
|
401ad7a189
|
Remove isTrue, alwaysTrue, alwaysFalse
isTrue and alwaysFalse were replaced by (void)0, 0 inspired by doctest
alwaysTrue was replaced by warning suppression
|
2017-11-22 16:03:45 +01:00 |
|
Phil Nash
|
74d3dfd4cc
|
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 |
|