1 Star 3 Fork 0

coder/sql-builder

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
TestSelectModel.h 461 Bytes
Copy Edit Raw Blame History
helloworldyu authored 2017-08-16 21:42 +08:00 . 基本完成
//
// Created by yhy on 2017/8/15.
//
#ifndef SQL_BUILDER_TESTSELECTMODEL_H
#define SQL_BUILDER_TESTSELECTMODEL_H
#include <sql-builder/SelectModel.h>
#include "gtest/gtest.h"
using namespace sql;
class TestSelectModel : public testing::Test {
public:
TestSelectModel() = default;
~TestSelectModel() = default;
static void SetUpTestCase();
static void TearDownTestCase();
SelectModel sql;
};
#endif //SQL_BUILDER_TESTSELECTMODEL_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cppteam/sql-builder.git
git@gitee.com:cppteam/sql-builder.git
cppteam
sql-builder
sql-builder
master

Search