// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <utility> #include "base/test/task_environment.h" #include "mojo/public/cpp/bindings/receiver_set.h" #include "mojo/public/cpp/bindings/remote.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/range/mojom/range_traits_test_service.mojom.h" namespace gfx { namespace { class RangeStructTraitsTest : public testing::Test, public mojom::RangeTraitsTestService { … }; } // namespace TEST_F(RangeStructTraitsTest, Range) { … } TEST_F(RangeStructTraitsTest, RangeF) { … } } // namespace gfx