chromium/content/browser/interest_group/auction_nonce_manager_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 "content/browser/interest_group/auction_nonce_manager.h"
#include <memory>
#include <string>

#include "base/strings/string_util.h"
#include "base/test/bind.h"
#include "base/uuid.h"
#include "content/public/test/browser_test_utils.h"
#include "content/test/test_render_frame_host.h"
#include "content/test/test_render_view_host.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace content {

class AuctionNonceManagerTest : public RenderViewHostImplTestHarness {};

TEST_F(AuctionNonceManagerTest, AuctionNonceIsAvailable) {}

TEST_F(AuctionNonceManagerTest, AuctionNonceCanOnlyBeClaimedOnce) {}

TEST_F(AuctionNonceManagerTest, AuctionNonceIsNotAvailable) {}

}  // namespace content