chromium/components/privacy_sandbox/canonical_topic_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/privacy_sandbox/canonical_topic.h"

#include "base/test/gtest_util.h"
#include "base/test/metrics/histogram_tester.h"
#include "components/strings/grit/components_strings.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h"

namespace privacy_sandbox {

namespace {

Topic;

// Constraints around the currently checked in topics and taxonomy. Changes to
// the taxononmy version or number of topics will fail these tests unless these
// are also updated.
constexpr int kAvailableTaxonomyVersion =;
constexpr Topic kLowestTopicID =;
constexpr Topic kHighestTopicID =;
constexpr Topic kNoFirstLevelTopicID =;
constexpr Topic kWithMoreChildrenTopicID =;
constexpr Topic kWithOneChildTopicID =;

}  // namespace

CanonicalTopicTest;

TEST_F(CanonicalTopicTest, LocalizedRepresentation) {}

TEST_F(CanonicalTopicTest, InvalidTopicIdLocalized) {}

TEST_F(CanonicalTopicTest, ValueConversion) {}

TEST_F(CanonicalTopicTest, LocalizedDescription) {}

}  // namespace privacy_sandbox