chromium/third_party/blink/renderer/core/messaging/message_port_descriptor_mojom_traits_test.cc

// Copyright 2019 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/messaging/message_port_descriptor.h"

#include "mojo/public/cpp/base/unguessable_token_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/messaging/message_port_descriptor_mojom_traits.h"
#include "third_party/blink/public/mojom/messaging/message_port_descriptor.mojom-blink.h"

namespace blink {

// This test lives in renderer/core because the serialization depends on other
// things in renderer/core. The main functionality of MessagePortDescriptor is
// tested in blink_common_unittests. For details, see
// blink/common/messaging/message_port_descriptor_unittest.cc
TEST(MessagePortDescriptorTest, SerializationWorks) {}

}  // namespace blink