chromium/content/browser/interest_group/subresource_url_builder_unittest.cc

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

#include "content/browser/interest_group/subresource_url_builder.h"

#include <optional>

#include "base/unguessable_token.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/interest_group/auction_config.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace content {

namespace {

BundleSubresourceInfo;

blink::DirectFromSellerSignalsSubresource CreateSubresource(
    const GURL& bundle_url) {}

TEST(SubresourceUrlBuilderTest, NoSignals) {}

TEST(SubresourceUrlBuilderTest, Empty) {}

TEST(SubresourceUrlBuilderTest, AllFieldsPopulated) {}

}  // namespace

}  // namespace content