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

Class StorageTest

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

Source from the content-addressed store, hash-verified

6
7template <typename Storage>
8class StorageTest : public ::testing::Test {};
9
10using StorageTypes = ::testing::Types<msd::queue_storage<int>, msd::vector_storage<int>>;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected