MCPcopy Create free account
hub / github.com/catboost/catboost / Start

Method Start

library/cpp/testing/unittest/registar.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175NUnitTest::ITestSuiteProcessor::~ITestSuiteProcessor() = default;
176
177void NUnitTest::ITestSuiteProcessor::Start() {
178 OnStart();
179}
180
181void NUnitTest::ITestSuiteProcessor::End() {
182 OnEnd();

Callers 2

OnStartMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected