greenplumn CDoubleTest 代码
文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/common/CDoubleTest.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2012 EMC Corp.
/
/ @filename:
/ CDoubleTest.h
/
/ @doc:
/ Tests for the floating-point wrapper class.
/---------------------------------------------------------------------------
#ifndef GPOS_CDoubleTest_H
#define GPOS_CDoubleTest_H
#include "gpos/base.h"
namespace gpos
{
/---------------------------------------------------------------------------
/ @class:
/ CDoubleTest
/
/ @doc:
/ Unittests for floating-point class
/
/---------------------------------------------------------------------------
class CDoubleTest
{
public:
/ unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Arithmetic();
static GPOS_RESULT EresUnittest_Bool();
static GPOS_RESULT EresUnittest_Convert();
static GPOS_RESULT EresUnittest_Limits();
}; / class CDoubleTest
} / namespace gpos
#endif / !GPOS_CDoubleTest_H
/ EOF
相关信息
相关文章
greenplumn CDynamicPtrArrayTest 源码