// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/mojom/ax_event_intent_mojom_traits.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/accessibility/ax_enums.mojom.h" #include "ui/accessibility/ax_event_intent.h" #include "ui/accessibility/mojom/ax_event_intent.mojom.h" SerializeAndDeserialize; TEST(AXEventIntentMojomTraitsTest, RoundTripWithEditingIntent) { … } TEST(AXEventIntentMojomTraitsTest, RoundTripWithSelectionIntent) { … }