You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doctest/examples/all_features
Salvage b7c21ec5ce
v2.4.9
2 years ago
..
test_output v2.4.9 2 years ago
CMakeLists.txt Add clang-tidy integration and fix all warnings (#659) 3 years ago
alternative_macros.cpp added badge for https://lgtm.com and cleaned up warnings 6 years ago
assert_returns_disabled.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
assert_returns_disabled_evaluate.cpp Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE 3 years ago
assertion_macros.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
asserts_used_outside_of_tests.cpp Feature: Better NaN (#584) 3 years ago
concurrency.cpp fixed #238 - moved from an anonymous lambda to a call to a helper where the proper thing is instantiated + now the location of the test file is where it gets instantiated and not where the template was defined 6 years ago
coverage_maxout.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
decomposition.cpp Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) 2 years ago
doctest_proxy.h implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 5 years ago
double_stringification.cpp Fix #508 (#640) 3 years ago
enums.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
header.h Add clang-tidy integration and fix all warnings (#659) 3 years ago
logging.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
main.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
namespace1.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace2.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace3.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace4.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace5.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace6.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace7.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace8.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
namespace9.cpp REQUIRE does not compile when operator== in different namespace #443 . (#468) 4 years ago
no_failures.cpp Add -minimal flag (#562) 3 years ago
reporters_and_listeners.cpp fixed #278 - added test_case_reenter() to the IReporter interface so users can track when a test case is getting reentered because of unfinished subcases (because there is no other way to tell with the current start/end functions which are called just once for each test case - no matter how many subcases there are) 5 years ago
stringification.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
subcases.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
templated_test_cases.cpp Add clang-tidy integration and fix all warnings (#659) 3 years ago
test_cases_and_suites.cpp added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 3 years ago