1 #pragma once 2 #include <sdbusplus/message.hpp> 3 4 #include <gmock/gmock.h> 5 6 namespace sdbusplus::message::details 7 { PrintTo(const string_path_wrapper & path,std::ostream * os)8inline void PrintTo(const string_path_wrapper& path, std::ostream* os) 9 { 10 *os << path.str; 11 } 12 } // namespace sdbusplus::message::details 13