#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(CookieDeletionInfoTest, MatchesWithCookieAccessSemantics) { … }
TEST(CookieDeletionInfoTest, MatchesCookiePartitionKeyCollection) { … }
TEST(CookieDeletionInfoTest, MatchesExcludeUnpartitionedCookies) { … }
}