summaryrefslogtreecommitdiff
path: root/examples/all_features/test_output/filter_2.txt
Commit message (Collapse)AuthorAge
* REQUIRE does not compile when operator== in different namespace #443 . (#468)Navin P2021-03-22
| | | | | | | | | | * REQUIRE does not compile when operator== in different namespace #443 . Expression_lhs.op member method is not instantiated when it is missing a member operator and the user defined conversion is able to apply the global operator. * Removing utility and using an overloaded version of declval which is faster in doctest_fwd.h . * Using templated operator== inside TEST_CASE changes deduced types of forwarding references #399 . This is fixed by using rvalues as function argument and using forward for the right type of reference. Now both gcc and doctest either fails or either compiles but not like one compiles and the other fails
* added the no_output decorator and also fixed a bug with the recently ↵Viktor Kirilov2021-02-02
| | | | introduced no_breaks decorator
* Enum support (fix for Issue #121) (#429)jkriegshauser2020-11-04
| | | | | Printable enum support Co-authored-by: Joshua Kriegshauser <Joshuakr@nvidia.com>
* summary: align even large values #402 (#403)Nick Black2020-09-06
|
* subcases can have generated names and even be in loops! relates #328onqtam2020-02-24
|
* fixed #282onqtam2019-09-22
|
* implemented <LEVEL>_THROWS_WITH_AS() assert which combines ↵onqtam2019-09-22
| | | | <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295
* Template apply (#203)zhihaoy2019-03-20
| | | | | * predeclare std::tuple and others for libc++ * add TEST_CASE_TEMPLATE_APPLY for std::tuple<types>
* added a subcase testonqtam2019-03-18
|
* fixing builds - updated outputonqtam2019-03-03
|
* fixes #166 and fixes #167 - TODO: update benchmarks pageonqtam2018-12-05
|
* fixed issue #149onqtam2018-10-24
|
* added an example with concurrent threads doing assertions - relates #4 ↵onqtam2018-08-23
| | | | (currently ctest fails on it...)
* removed templated test case for float - was triggering clang warnings when ↵onqtam2017-09-05
| | | | constructing doctest::Approx which only takes double by default - relates #85
* added an overload for operator<< of the ContextBuilder that catches by const ↵onqtam2017-05-16
| | | | | | ref and use a static assert - relates #23 Added option to show duration of test case execution and added a timeout(seconds) decorator - marking them as failed if they exceed it - closes #68 - closes #67
* finished decorators - coverage should be maxed! - relates #67onqtam2017-05-16
|
* - almost done with the should_fail/may_fail/expected_failures decoratorsonqtam2017-05-16
| | | | | | | - added SUCCESS/FAILURE message at the end after running the tests - FAIL/FAIL_CHECK are now counted as asserts!!! - relates #67 - relates #9
* all builds should pass now (+ totally maxed coverage)onqtam2017-05-16
|
* maxed out code coverageonqtam2017-05-16
|
* more work on test coverageonqtam2017-05-16