#include "components/history_clusters/core/noisy_cluster_finalizer.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 "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 {
ElementsAre;
class NoisyClusterFinalizerTest : public ::testing::Test { … };
TEST_F(NoisyClusterFinalizerTest, FilterHighEngagementClusters) { … }
TEST_F(NoisyClusterFinalizerTest, HideClusterWithOnlyOneInterestingVisit) { … }
TEST_F(NoisyClusterFinalizerTest, KeepClusterWithAtLeastTwoInterestingVisits) { … }
}
}