greenplumn CStringTest 源码
greenplumn CStringTest 代码
文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/string/CStringTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2010 Greenplum, Inc.
//
// @filename:
// CStringTest.h
//
// @doc:
// Tests for the CStringStatic class
//---------------------------------------------------------------------------
#ifndef GPOS_CStringTest_H
#define GPOS_CStringTest_H
#include "gpos/base.h"
namespace gpos
{
//---------------------------------------------------------------------------
// @class:
// CStringTest
//
// @doc:
// Unittests for strings
//
//---------------------------------------------------------------------------
class CStringTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Equals();
static GPOS_RESULT EresUnittest_Append();
static GPOS_RESULT EresUnittest_AppendFormat();
}; // class CStringTest
} // namespace gpos
#endif // !GPOS_CStringTest_H
// EOF
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦