chromium/chrome/browser/ui/toolbar/chrome_labs/chrome_labs_model_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 "chrome/browser/ui/toolbar/chrome_labs/chrome_labs_model.h"

#include "base/i18n/case_conversion.h"
#include "base/strings/string_util.h"
#include "base/test/icu_test_util.h"
#include "chrome/browser/about_flags.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "components/flags_ui/feature_entry.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
std::string CanonicalizeString(std::string original_string) {}
}  // namespace

class ChromeLabsModelTest : public ChromeViewsTestBase {};

TEST_F(ChromeLabsModelTest, CheckFeaturesHaveSupportedTypes) {}

// Experiments in Chrome Labs must features of type
// FEATURE_WITH_PARAMS_VALUE must have variation descriptions in Chrome Labs
// match those declared in about_flags.
TEST_F(ChromeLabsModelTest, CheckFeatureWithParamsVariations) {}