chromium/third_party/blink/renderer/modules/ad_auction/join_leave_queue_test.cc

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

#include "third_party/blink/renderer/modules/ad_auction/join_leave_queue.h"

#include <memory>
#include <vector>

#include "base/functional/bind.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"

namespace blink {

class JoinLeaveQueueTest : public testing::Test {};

TEST_F(JoinLeaveQueueTest, Basic) {}

TEST_F(JoinLeaveQueueTest, ExceedsLimit) {}

TEST_F(JoinLeaveQueueTest, DestroyedWithRequestsQueued) {}

}  // namespace blink