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

Method test_case_start

tests/framework/src/doctest.cpp:3202–3207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3200 }
3201
3202 void test_case_start(const TestCaseData& in) override {
3203 hasLoggedCurrentTestStart = false;
3204 tc = ∈
3205 subcasesStack.clear();
3206 currentSubcaseLevel = 0;
3207 }
3208
3209 void test_case_reenter(const TestCaseData&) override {
3210 subcasesStack.clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected