chromium/components/language/core/language_model/fluent_language_model_unittest.cc

// Copyright 2019 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/language/core/language_model/fluent_language_model.h"

#include <cmath>

#include "base/i18n/rtl.h"
#include "base/strings/string_split.h"
#include "base/values.h"
#include "build/chromeos_buildflags.h"
#include "components/language/core/browser/language_prefs.h"
#include "components/language/core/browser/pref_names.h"
#include "components/language/core/common/language_util.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/testing_pref_service.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "components/translate/core/browser/translate_pref_names.h"
#include "components/translate/core/browser/translate_prefs.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace language {

ElementsAre;
Ld;

constexpr static float kFloatEps =;

struct PrefRegistration {};

class FluentLanguageModelTest : public testing::Test {};

// Compares LanguageDetails.
MATCHER_P(EqualsLd, lang_details, "") {}

TEST_F(FluentLanguageModelTest, Defaults) {}

TEST_F(FluentLanguageModelTest, ThreeBlockedLanguages) {}

}  // namespace language