chromium/third_party/openscreen/src/cast/streaming/impl/receiver_message_unittest.cc

// 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_message.h"

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "util/json/json_serialization.h"

namespace openscreen::cast {

TEST(ReceiverMessageTest, ReceiverErrorConstructors) {}

TEST(ReceiverMessageTest, ReceiverErrorToError) {}

}  // namespace openscreen::cast