7 #ifndef TEST_IO_UTILS_H 
    8 #define TEST_IO_UTILS_H 
   26 std::string 
readFile(
const std::string& file_path);
 
   45 #endif // TEST_IO_UTILS_H 
bool fileExists(const std::string &file_path)
Checks if specified file exists. 
 
std::string decommentJSONfile(const std::string &input_file)
 
std::string readFile(const std::string &file_path)
Reads contents of the specified file. 
 
Defines the logger used by the top-level component of kea-dhcp-ddns.