chromium/ui/base/test/skia_gold_matching_algorithm_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace test
}  // namespace ui