#ifndef MBGL_TEST_STORAGE_STORAGE #define MBGL_TEST_STORAGE_STORAGE #include "../fixtures/util.hpp" #include #include class Storage : public testing::Test { public: static void SetUpTestCase(); static void TearDownTestCase(); protected: static std::unique_ptr server; }; #endif