chromium/components/history_clusters/core/label_cluster_finalizer_unittest.cc

// Copyright 2022 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/label_cluster_finalizer.h"

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

namespace history_clusters {
namespace {

UnorderedElementsAre;
LabelSource;

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

TEST_F(LabelClusterFinalizerTest, ClusterWithNoSearchTerms) {}

TEST_F(LabelClusterFinalizerTest, TakesHighestScoringSearchTermIfAvailable) {}

}  // namespace
}  // namespace history_clusters