chromium/extensions/common/api/messaging/messaging_endpoint_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 "extensions/common/api/messaging/messaging_endpoint.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {

namespace {

constexpr char kExtId1[] =;
constexpr char kExtId2[] =;

}  // namespace

TEST(MessagingEndpointTest, GetRelationshipTest_ExtensionEndpoint) {}

TEST(MessagingEndpointTest, GetRelationshipTest_ContentScriptEndpoint) {}

TEST(MessagingEndpointTest, GetRelationshipTest_WebPageEndpoint) {}

TEST(MessagingEndpointTest, GetRelationshipTest_NativeAppEndpoint) {}

}  // namespace extensions