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

Method test_case_start

tests/framework/src/doctest.cpp:2773–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771 }
2772
2773 void test_case_start(const TestCaseData& in) override {
2774 testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name);
2775 timer.start();
2776 }
2777
2778 void test_case_reenter(const TestCaseData& in) override {
2779 testCaseData.addTime(timer.getElapsedSeconds());

Callers

nothing calls this directly

Calls 4

skipPathFromFilenameFunction · 0.85
addMethod · 0.45
c_strMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected