#include #include #include #include #include #include "CardPack_test.h" #include "../../common/RecordsParam.h" class DicRecord; using std::vector; using std::string; using std::ostream; class GenerateCardsTest: public CardPackTest, public testing::WithParamInterface { public: static void TearDownTestCase(); static vector getFields(); private: static vector fields; };