#ifndef _GoogleTestExample_VectorTest_h_ #define _GoogleTestExample_VectorTest_h_ #include #include NAMESPACE_UPP class StringTest : public testing::Test { protected: virtual void SetUp(); protected: String sEmpty; String sCat; String sDog; }; END_UPP_NAMESPACE #endif