Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ SetUp
Method
SetUp
tests/unit_test/sk_unique_ptr_test.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
class UniquePtrTest : public ::testing::Test {
20
protected:
21
void SetUp() override { TestObj::destroy_count = 0; }
22
};
23
24
// 1. Default construction — null
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected