MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / test_case_exception

Method test_case_exception

tests/framework/src/doctest.cpp:2489–2495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2487 }
2488
2489 void test_case_exception(const TestCaseException& e) override {
2490 DOCTEST_LOCK_MUTEX(mutex)
2491
2492 xml.scopedElement("Exception")
2493 .writeAttribute("crash", e.is_crash)
2494 .writeText(e.error_string.c_str());
2495 }
2496
2497 void subcase_start(const SubcaseSignature& in) override {
2498 xml.startElement("SubCase")

Callers

nothing calls this directly

Calls 2

scopedElementMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected