chromium/third_party/blink/common/page/browsing_context_group_info_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 "third_party/blink/public/common/page/browsing_context_group_info.h"

#include "base/unguessable_token.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/page/browsing_context_group_info_mojom_traits.h"
#include "third_party/blink/public/mojom/page/browsing_context_group_info.mojom.h"

namespace blink {

TEST(BrowsingContextGroupInfoTest, Create) {}

TEST(BrowsingContextGroupInfoTest, CreateUnique) {}

TEST(BrowsingContextGroupInfoTest, ComparisonOperator) {}

}  // namespace blink