#include "ui/base/test/skia_gold_matching_algorithm.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/test/gtest_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace ui {
namespace test {
class SkiaGoldMatchingAlgorithmTest : public ::testing::Test { … };
TEST_F(SkiaGoldMatchingAlgorithmTest, ExactMatching) { … }
TEST_F(SkiaGoldMatchingAlgorithmTest, FuzzyMatching) { … }
TEST_F(SkiaGoldMatchingAlgorithmTest, SobelMatching) { … }
TEST_F(SkiaGoldMatchingAlgorithmTest, InvalidInput) { … }
}
}