MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / StaticStorageTest

Class StaticStorageTest

tests/storage_test.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <typename Storage>
56class StaticStorageTest : public ::testing::Test {};
57
58using StaticStorageTypes = ::testing::Types<msd::array_storage<std::unique_ptr<int>, 5>>;
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected