// 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 "cast/streaming/public/receiver_constraints.h" #include <memory> #include "cast/streaming/public/constants.h" #include "gtest/gtest.h" namespace openscreen::cast { TEST(ReceiverConstraintsTest, VideoLimitsIsSupersetOf) { … } TEST(ReceiverConstraintsTest, AudioLimitsIsSupersetOf) { … } TEST(ReceiverConstraintsTest, DisplayIsSupersetOf) { … } TEST(ReceiverConstraintsTest, RemotingConstraintsIsSupersetOf) { … } TEST(ReceiverConstraintsTest, ReceiverConstraintsIsSupersetOf) { … } } // namespace openscreen::cast