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

Function Y_UNIT_TEST

util/ysafeptr_ut.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87Y_UNIT_TEST_SUITE(SafePtr) {
88 Y_UNIT_TEST(Basic) {
89 TObj<TTestObject> a = new TTestObject();
90 }
91
92 Y_UNIT_TEST(Clear) {
93 TObj<TTestObject> a = new TTestObject(30);

Callers

nothing calls this directly

Calls 6

MakeCycleFunction · 0.85
IsValidFunction · 0.85
MakeGraphFunction · 0.85
ClearMethod · 0.45
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected