#include "remoting/protocol/clipboard_echo_filter.h"
#include "remoting/proto/event.pb.h"
#include "remoting/protocol/protocol_mock_objects.h"
#include "remoting/protocol/test_event_matchers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
_;
InSequence;
namespace remoting::protocol {
EqualsClipboardEvent;
static ClipboardEvent MakeClipboardEvent(const std::string& mime_type,
const std::string& data) { … }
TEST(ClipboardEchoFilterTest, FromClientBlocksIdenticalEventToClient) { … }
TEST(ClipboardEchoFilterTest, NoHostStub) { … }
TEST(ClipboardEchoFilter, NoClientStub) { … }
}