chromium/net/cookies/cookie_deletion_info_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 "net/cookies/cookie_deletion_info.h"

#include "base/test/scoped_feature_list.h"
#include "net/base/features.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace net {

TimeRange;

TEST(CookieDeletionInfoTest, TimeRangeValues) {}

TEST(CookieDeletionInfoTest, TimeRangeContains) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchSessionControl) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchHost) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchName) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchValue) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchUrl) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoDomainMatchesDomain) {}

TEST(CookieDeletionInfoTest, CookieDeletionInfoMatchesDomainList) {}

// Test that Matches() works regardless of the cookie access semantics (because
// the IncludeForRequestURL call uses CookieOptions::MakeAllInclusive).
TEST(CookieDeletionInfoTest, MatchesWithCookieAccessSemantics) {}

TEST(CookieDeletionInfoTest, MatchesCookiePartitionKeyCollection) {}

TEST(CookieDeletionInfoTest, MatchesExcludeUnpartitionedCookies) {}

}  // namespace net