chromium/components/feed/core/v2/ios_shared_experiments_translator_unittest.cc

// Copyright 2023 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/feed/core/v2/ios_shared_experiments_translator.h"

#include "base/test/scoped_feature_list.h"
#include "components/feed/feed_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace feed {

class ExperimentsTranslatorTest : public testing::Test {};

TEST_F(ExperimentsTranslatorTest, ExperimentsAreTranslatedForGroupNameOnly) {}

TEST_F(ExperimentsTranslatorTest,
       ExperimentsAreTranslatedForBothGroupNameAndExperimentId) {}

TEST_F(ExperimentsTranslatorTest,
       ExperimentsAreNotTranslatedGroupAndIDMissing) {}

}  // namespace feed