// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/js_injection/common/web_message_mojom_traits.h" #include "components/js_injection/common/interfaces.mojom.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/common/messaging/string_message_codec.h" namespace js_injection { TEST(WebMessageMojomTraitsTest, StringRoundTrip) { … } TEST(WebMessageMojomTraitsTest, ArrayBufferRoundTrip) { … } } // namespace js_injection