chromium/components/media_router/common/providers/cast/channel/cast_framer_unittest.cc

// Copyright 2014 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/providers/cast/channel/cast_framer.h"

#include <stddef.h>

#include <algorithm>
#include <memory>
#include <string>

#include "base/containers/span.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/openscreen/src/cast/common/channel/proto/cast_channel.pb.h"

namespace cast_channel {

ChannelError;

class CastFramerTest : public testing::Test {};

TEST_F(CastFramerTest, TestMessageFramerCompleteMessage) {}

TEST_F(CastFramerTest, TestSerializeErrorMessageTooLarge) {}

TEST_F(CastFramerTest, TestIngestIllegalLargeMessage) {}

TEST_F(CastFramerTest, TestIngestIllegalLargeMessage2) {}

TEST_F(CastFramerTest, TestUnparsableBodyProto) {}
}  // namespace cast_channel