chromium/services/network/public/cpp/cookie_manager_mojom_traits_unittest.cc

// Copyright 2018 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/cookie_manager_mojom_traits.h"

#include <vector>

#include "base/test/gtest_util.h"
#include "mojo/public/cpp/base/time_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/cookies/cookie_constants.h"
#include "services/network/public/cpp/cookie_manager_mojom_traits.h"
#include "services/network/public/mojom/cookie_manager.mojom-shared.h"
#include "services/network/public/mojom/cookie_manager.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/third_party/mozilla/url_parse.h"

namespace network {
namespace {

TEST(CookieManagerTraitsTest, Roundtrips_CanonicalCookie) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieAccessResult) {}

TEST(CookieManagerTraitsTest, Rountrips_CookieWithAccessResult) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieAndLineWithAccessResult) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieSameSite) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieEffectiveSameSite) {}

TEST(CookieManagerTraitsTest, Roundtrips_ContextType) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieAccessSemantics) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieSourceScheme) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieChangeCause) {}

TEST(CookieManagerTraitsTest,
     Roundtrips_CookieSameSiteContextMetadataDowngradeType) {}

TEST(CookieManagerTraitsTest, Roundtrips_ContextRedirectTypeBug1221316) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieSameSiteContextMetadata) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieSameSiteContext) {}

TEST(CookieManagerTraitsTest, Roundtrips_PartitionKey) {}

TEST(CookieManagerTraitsTest, Roundtrips_AncestorChainBit) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookiePartitionKeyCollection) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieOptions) {}

TEST(CookieManagerTraitsTest, Roundtrips_CookieChangeInfo) {}

TEST(CookieManagerTraitsTest, Roundtrips_HttpMethod) {}

// TODO: Add tests for CookiePriority, more extensive CookieOptions ones

}  // namespace
}  // namespace network