chromium/components/history_clusters/core/cluster_similarity_heuristics_processor_unittest.cc

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

#include "components/history_clusters/core/cluster_similarity_heuristics_processor.h"

#include "base/run_loop.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/task_environment.h"
#include "components/history_clusters/core/clustering_test_utils.h"
#include "components/history_clusters/core/config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace history_clusters {
namespace {

ElementsAre;
UnorderedElementsAre;

class ClusterSimilarityHeuristicsProcessorTest : public ::testing::Test {};

TEST_F(ClusterSimilarityHeuristicsProcessorTest, Merged) {}

TEST_F(ClusterSimilarityHeuristicsProcessorTest, MergedSameSearchTerms) {}

TEST_F(ClusterSimilarityHeuristicsProcessorTest, NotMerged) {}

}  // namespace
}  // namespace history_clusters