#include "third_party/blink/public/common/web_package/web_package_request_matcher.h"
#include "net/http/http_request_headers.h"
#include "net/http/http_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace blink {
constexpr char kVariantsHeader[] = …;
constexpr char kVariantKeyHeader[] = …;
TEST(WebPackageRequestMatcherTest, CacheBehavior) { … }
TEST(WebPackageRequestMatcherTest, MatchRequest) { … }
TEST(WebPackageRequestMatcherTest, FindBestMatchingVariantKey) { … }
TEST(WebPackageRequestMatcherTest, FindBestMatchingIndex) { … }
}