| 178 | //////////////////////////////////////////////////////////////////////////////// |
| 179 | |
| 180 | TEST(TIntrusivePtrTest, Empty) |
| 181 | { |
| 182 | TIntricateObjectPtr emptyPointer; |
| 183 | EXPECT_EQ(nullptr, emptyPointer.Get()); |
| 184 | } |
| 185 | |
| 186 | TEST(TIntrusivePtrTest, Basic) |
| 187 | { |
nothing calls this directly
no test coverage detected