chromium/components/content_relationship_verification/response_header_verifier_unittest.cc

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

#include "components/content_relationship_verification/response_header_verifier.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace content_relationship_verification {

TEST(ResponseHeaderVerifier, VerifyEmptyHeader) {}

TEST(ResponseHeaderVerifier, VerifyStar) {}

TEST(ResponseHeaderVerifier, VerifyNone) {}

TEST(ResponseHeaderVerifier, VerifyListOfPackageNames) {}

}  // namespace content_relationship_verification