greenplumn CHashMapIterTest 代码
文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/common/CHashMapIterTest.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2011 EMC Corp.
/
/ @filename:
/ CHashMapIterTest.h
/
/ @doc:
/ Test for CHashMapIter
/---------------------------------------------------------------------------
#ifndef GPOS_CHashMapIterTest_H
#define GPOS_CHashMapIterTest_H
#include "gpos/base.h"
namespace gpos
{
/---------------------------------------------------------------------------
/ @class:
/ CHashMapIterTest
/
/ @doc:
/ Static unit tests
/
/---------------------------------------------------------------------------
class CHashMapIterTest
{
public:
/ unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Basic();
}; / class CHashMapIterTest
} / namespace gpos
#endif / !GPOS_CHashMapIterTest_H
/ EOF