MCPcopy Create free account
hub / github.com/AshampooSystems/boden / OnTestStart

Method OnTestStart

tests/test_main.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 public:
109 void OnTestSuiteStart(const testing::TestSuite &suite) override { updateProgressLabel(); }
110 void OnTestStart(const testing::TestInfo &info) override
111 {
112 nCasesRun++;
113 updateProgressLabel();
114 }
115
116 void OnTestEnd(const testing::TestInfo & /*testInfo*/) override { updateProgressLabel(); }
117 void OnTestProgramEnd(const testing::UnitTest &unit_test) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected