17 #ifndef CARTOGRAPHER_COMMON_LUA_PARAMETER_DICTIONARY_TEST_HELPERS_H_ 18 #define CARTOGRAPHER_COMMON_LUA_PARAMETER_DICTIONARY_TEST_HELPERS_H_ 26 #include "glog/logging.h" 41 LOG(FATAL) <<
"Not implemented";
45 LOG(FATAL) <<
"Not implemented";
50 const std::string& code) {
51 return common::make_unique<LuaParameterDictionary>(
52 code, common::make_unique<DummyFileResolver>());
58 #endif // CARTOGRAPHER_COMMON_LUA_PARAMETER_DICTIONARY_TEST_HELPERS_H_
std::unique_ptr< LuaParameterDictionary > MakeDictionary(const std::string &code)
DummyFileResolver & operator=(const DummyFileResolver &)=delete
~DummyFileResolver() override
std::string GetFullPathOrDie(const std::string &unused_basename) override
std::string GetFileContentOrDie(const std::string &unused_basename) override