29 std::string
GetFullPath(
const std::string& filename)
const;
33 void AddImage(
const std::string& test_name,
34 const std::string& golden_filename,
61 std::string test_name;
65 double max_diff_pixels_percent;
66 int32_t max_color_delta;
69 std::string working_directory_;
70 std::vector<Entry> entries_;
71 std::map<std::string, std::string> dimensions_;
72 size_t entries_written_ = 0u;
73 size_t dimensions_written_ = 0u;