chromium/components/media_router/common/mojom/media_router_mojom_traits_unittest.cc

// Copyright 2017 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/media_router/common/mojom/media_router_mojom_traits.h"

#include <utility>

#include "base/test/task_environment.h"
#include "components/media_router/common/discovery/media_sink_internal.h"
#include "components/media_router/common/mojom/media_router.mojom.h"
#include "components/media_router/common/mojom/media_router_traits_test_service.mojom.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media_router {

class MediaRouterStructTraitsTest
    : public testing::Test,
      public media_router::mojom::MediaRouterTraitsTestService {};

TEST_F(MediaRouterStructTraitsTest, DialMediaSink) {}

TEST_F(MediaRouterStructTraitsTest, CastMediaSink) {}

TEST_F(MediaRouterStructTraitsTest, GenericMediaSink) {}

}  // namespace media_router