chromium/components/feed/core/v2/public/public_types_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 "components/feed/core/v2/public/types.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace feed {
namespace {

DebugStreamData MakeDebugStreamData() {}

}  // namespace

TEST(DebugStreamData, CanSerialize) {}

TEST(DebugStreamData, CanSerializeWithoutFetchInfo) {}

TEST(DebugStreamData, CanSerializeWithoutUploadInfo) {}

TEST(DebugStreamData, FailsDeserializationGracefully) {}

TEST(WebFeedPageInformation, SetUrlStripsFragment) {}

TEST(WebFeedPageInformation, SetCanonicalUrlStripsFragment) {}

}  // namespace feed