#ifndef XGBOOST_TESTS_CPP_HELPERS_H_ #define XGBOOST_TESTS_CPP_HELPERS_H_ #include #include #include #include #include #include #include std::string TempFileName(); bool FileExists(const std::string name); long GetFileSize(const std::string filename); std::string CreateSimpleTestData(); #endif