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

#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/base/schemeful_site.h"
#include "services/network/public/mojom/shared_dictionary_isolation_key.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace network {
namespace {

TEST(SharedDictionaryIsolationKeyMojomTraitsTest, SerializeAndDeserialize) {}

TEST(SharedDictionaryIsolationKeyMojomTraitsTest,
     SerializeFromMojomPtrAndDeserialize) {}

TEST(SharedDictionaryIsolationKeyMojomTraitsTest, OpaqueFrameOrigin) {}

TEST(SharedDictionaryIsolationKeyMojomTraitsTest, OpaqueTopFrameSite) {}

TEST(SharedDictionaryIsolationKeyMojomTraitsTest,
     OpaqueFrameOriginOpaqueTopFrameSite) {}

}  // namespace
}  // namespace network