chromium/content/services/auction_worklet/auction_worklet_util_unittest.cc

// Copyright 2024 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/services/auction_worklet/auction_worklet_util.h"

#include <memory>
#include <optional>
#include <string>

#include "base/memory/scoped_refptr.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "content/services/auction_worklet/auction_v8_helper.h"
#include "gin/dictionary.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/interest_group/ad_display_size.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-isolate.h"

namespace auction_worklet {

class AuctionWorkletUtilTest : public testing::Test {};

TEST_F(AuctionWorkletUtilTest, CanSetAdSize) {}

TEST_F(AuctionWorkletUtilTest, MaybeSetSizeMemberSuccess) {}

}  // namespace auction_worklet