test_server_manager.h 463 字节
Newer Older
W
wangguibao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef BAIDU_PADDLE_SERVING_PREDICTOR_TEST_SERVER_MANAGER_H
#define BAIDU_PADDLE_SERVING_PREDICTOR_TEST_SERVER_MANAGER_H

#include <gtest/gtest.h>

namespace baidu {
namespace paddle_serving {
namespace unittest {

class TestServerManager : public ::testing::Test {
public:
    void SetUp() { }
    void TearDown() { }
};

} // namespace unittest
} // namespace paddle_serving
} // namespace baidu

#endif // BAIDU_PADDLE_SERVING_PREDICTOR_TEST_SERVER_MANAGER_H