chromium/components/feed/core/v2/api_test/feed_api_single_web_feed_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/proto/v2/wire/feed_entry_point_source.pb.h"
#include "components/feed/core/proto/v2/wire/feed_query.pb.h"

#include "components/feed/core/v2/feed_network.h"
#include "components/feed/core/v2/public/stream_type.h"
#include "components/feed/core/v2/public/types.h"
#include "feed_api_test.h"
#include "testing/gtest/include/gtest/gtest.h"

// This file is for testing the Single Web Feed content.

namespace feed::test {
namespace {

TEST_F(FeedApiTest, SingleWebFeedShouldIgnoreQuota) {}

TEST_F(FeedApiTest, SingleWebFeed_AttachMultiple) {}

TEST_F(FeedApiTest, SingleWebFeed_LoggingDisabledForMenu) {}

TEST_F(FeedApiTest, SingleWebFeed_EntryPointSetInSurface) {}

TEST_F(FeedApiTest, SingleWebFeed_DelayedDeletion) {}

TEST_F(FeedApiTest, SingleWebFeed_DataRemovedOnStartup) {}

TEST_F(FeedApiTest, SingleWebFeed_ReattachedSingleWebStreamFetches) {}

}  // namespace
}  // namespace feed::test