| 2785 | } |
| 2786 | |
| 2787 | void test_case_end(const CurrentTestCaseStats&) override { |
| 2788 | testCaseData.addTime(timer.getElapsedSeconds()); |
| 2789 | testCaseData.appendSubcaseNamesToLastTestcase(deepestSubcaseStackNames); |
| 2790 | deepestSubcaseStackNames.clear(); |
| 2791 | } |
| 2792 | |
| 2793 | void test_case_exception(const TestCaseException& e) override { |
| 2794 | DOCTEST_LOCK_MUTEX(mutex) |
nothing calls this directly
no test coverage detected