chromium/net/http/http_vary_data_unittest.cc

// Copyright 2006-2008 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40284755): Remove this and spanify to fix the errors.
#pragma allow_unsafe_buffers
#endif

#include "net/http/http_vary_data.h"

#include <algorithm>

#include "net/http/http_request_info.h"
#include "net/http/http_response_headers.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace net {

namespace {

HttpVaryDataTest;
ExtraHeaders;

struct TestTransaction {};

}  // namespace

TEST(HttpVaryDataTest, IsInvalid) {}

TEST(HttpVaryDataTest, MultipleInit) {}

TEST(HttpVaryDataTest, DoesVary) {}

TEST(HttpVaryDataTest, DoesVary2) {}

TEST(HttpVaryDataTest, DoesVaryStar) {}

TEST(HttpVaryDataTest, DoesntVary) {}

TEST(HttpVaryDataTest, DoesntVary2) {}

TEST(HttpVaryDataTest, DoesntVaryByCookieForRedirect) {}

}  // namespace net