chromium/chrome/browser/segmentation_platform/segmentation_platform_config_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 "chrome/browser/segmentation_platform/segmentation_platform_config.h"
#include <memory>
#include <vector>

#include "base/containers/flat_set.h"
#include "base/metrics/field_trial.h"
#include "base/strings/strcat.h"
#include "base/test/scoped_feature_list.h"
#include "components/segmentation_platform/public/config.h"
#include "components/segmentation_platform/public/features.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace segmentation_platform {

class SegmentationPlatformConfigTest : public testing::Test {};

TEST_F(SegmentationPlatformConfigTest, GetSegmentationPlatformConfig) {}

TEST_F(SegmentationPlatformConfigTest, EmptyFeatures) {}

TEST_F(SegmentationPlatformConfigTest, BadFormat) {}

MATCHER_P2(DoesConfigMatch, key, segment_ids, "") {}

TEST_F(SegmentationPlatformConfigTest, MultipleConfigs) {}

}  // namespace segmentation_platform