blob: 7f5df42d5df2938bb7d6bfca7e1b5fc2a84a7c2c [file] [log] [blame]
Kun Yi91beea62018-11-26 15:23:14 -08001#pragma once
2
Kun Yi68c81142018-12-18 11:17:14 -08003#include "binarystore_mock.hpp"
Kun Yi91beea62018-11-26 15:23:14 -08004#include "handler.hpp"
5
6#include <gtest/gtest.h>
7
8namespace blobs
9{
10
11class BinaryStoreBlobHandlerTest : public ::testing::Test
12{
13 protected:
14 BinaryStoreBlobHandlerTest() = default;
Kun Yi68c81142018-12-18 11:17:14 -080015 BinaryStoreBlobHandler handler;
Kun Yi91beea62018-11-26 15:23:14 -080016};
17
Kun Yi38146a02018-12-18 21:54:26 -080018class BinaryStoreBlobHandlerOpenTest : public BinaryStoreBlobHandlerTest
19{
20};
21
Kun Yi91beea62018-11-26 15:23:14 -080022} // namespace blobs