chromium/services/network/public/cpp/first_party_sets_mojom_traits_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 "services/network/public/cpp/first_party_sets_mojom_traits.h"

#include "base/containers/flat_map.h"
#include "base/test/gtest_util.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/base/schemeful_site.h"
#include "net/first_party_sets/first_party_set_entry.h"
#include "net/first_party_sets/first_party_set_entry_override.h"
#include "net/first_party_sets/first_party_set_metadata.h"
#include "net/first_party_sets/first_party_sets_cache_filter.h"
#include "net/first_party_sets/first_party_sets_context_config.h"
#include "net/first_party_sets/global_first_party_sets.h"
#include "net/first_party_sets/local_set_declaration.h"
#include "services/network/public/mojom/first_party_sets.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace network {
namespace {

Key;
UnorderedElementsAre;

TEST(FirstPartySetsTraitsTest, Roundtrips_SiteIndex) {}

TEST(FirstPartySetsTraitsTest, Roundtrips_SiteType) {}

TEST(FirstPartySetsTraitsTest, Roundtrips_FirstPartySetEntry) {}

TEST(FirstPartySetsTraitsTest, Roundtrips_FirstPartySetMetadata) {}

TEST(FirstPartySetsTraitsTest, RoundTrips_GlobalFirstPartySets) {}

TEST(FirstPartySetsTraitsTest, GlobalFirstPartySets_InvalidVersion) {}

TEST(FirstPartySetsTraitsTest, RoundTrips_FirstPartySetsContextConfig) {}

TEST(FirstPartySetsTraitsTest, RoundTrips_FirstPartySetsCacheFilter) {}

}  // namespace
}  // namespace network