MCPcopy Create free account
hub / github.com/Compaile/ctrack / test_case_exception

Method test_case_exception

test/doctest.h:5908–5911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

addErrorMethod · 0.80

Tested by

no test coverage detected