greenplumn COstreamBasicTest 源码

  • 2022-08-18
  • 浏览 (575)

greenplumn COstreamBasicTest 代码

文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/io/COstreamBasicTest.h

//---------------------------------------------------------------------------
//	Greenplum Database
//	Copyright (C) 2008 - 2010 Greenplum, Inc.
//
//	@filename:
//		COstreamBasicTest.h
//
//	@doc:
//		Test for COstreamBasic
//---------------------------------------------------------------------------
#ifndef GPOS_COstreamBasicTest_H
#define GPOS_COstreamBasicTest_H

#include "gpos/assert.h"
#include "gpos/types.h"

namespace gpos
{
//---------------------------------------------------------------------------
//	@class:
//		COstreamBasicTest
//
//	@doc:
//		Static unit tests for messages
//
//---------------------------------------------------------------------------
class COstreamBasicTest
{
public:
	// unittests
	static GPOS_RESULT EresUnittest();
	static GPOS_RESULT EresUnittest_Basic();
	static GPOS_RESULT EresUnittest_Strings();
	static GPOS_RESULT EresUnittest_Numbers();
};
}  // namespace gpos

#endif	// !GPOS_COstreamBasicTest_H

// EOF

相关信息

greenplumn 源码目录

相关文章

greenplumn CFileTest 源码

greenplumn COstreamStringTest 源码

0  赞