blob: f6390fcbbc16a45464ebbf768c81054e87cb4ea6 [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
18} // namespace blobs