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

Function TEST_F

library/cpp/yt/memory/unittests/weak_ptr_ut.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117};
118
119TEST_F(TWeakPtrTest, Empty)
120{
121 TIntricateObjectWkPtr emptyPointer;
122 EXPECT_EQ(TIntricateObjectPtr(), emptyPointer.Lock());
123}
124
125TEST_F(TWeakPtrTest, Basic)
126{

Callers

nothing calls this directly

Calls 10

SleepFunction · 0.85
IsExpiredMethod · 0.80
NotifyAllMethod · 0.80
moveFunction · 0.50
SecondsFunction · 0.50
LockMethod · 0.45
GetMethod · 0.45
ResetMethod · 0.45
resetMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected