Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ConstructTest
Method
ConstructTest
library/cpp/testing/unittest/gtest.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
TTestBase* ConstructTest() override {
46
return new TCurrentTest(Test);
47
}
48
49
void AddTest(const char* name, void (*body)(TTestContext&), bool forceFork) override {
50
Test.Tests.push_back(TBaseTestCase(name, body, forceFork));
Callers
1
Execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected