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

Method test_case_end

test/doctest.h:5902–5906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5900 }
5901
5902 void test_case_end(const CurrentTestCaseStats&) override {
5903 testCaseData.addTime(timer.getElapsedSeconds());
5904 testCaseData.appendSubcaseNamesToLastTestcase(deepestSubcaseStackNames);
5905 deepestSubcaseStackNames.clear();
5906 }
5907
5908 void test_case_exception(const TestCaseException& e) override {
5909 DOCTEST_LOCK_MUTEX(mutex)

Callers

nothing calls this directly

Calls 2

addTimeMethod · 0.80

Tested by

no test coverage detected