MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / SetUp

Method SetUp

tests/unit_test/sk_unique_ptr_test.cpp:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250class UniquePtrArrayTest : public ::testing::Test {
251 protected:
252 void SetUp() override { ArrayObj::destroy_count = 0; }
253};
254
255// 22. Array default construction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected