| 5906 | } |
| 5907 | |
| 5908 | void test_case_exception(const TestCaseException& e) override { |
| 5909 | DOCTEST_LOCK_MUTEX(mutex) |
| 5910 | testCaseData.addError("exception", e.error_string.c_str()); |
| 5911 | } |
| 5912 | |
| 5913 | void subcase_start(const SubcaseSignature& in) override { |
| 5914 | deepestSubcaseStackNames.push_back(in.m_name); |