#include "remoting/protocol/content_description.h"
#include <string>
#include <utility>
#include "base/logging.h"
#include "remoting/protocol/authenticator.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libjingle_xmpp/xmllite/xmlelement.h"
namespace remoting::protocol {
TEST(ContentDescriptionTest, FormatAndParse) { … }
TEST(ContentDescriptionTest, ParseUnknown) { … }
TEST(ContentDescriptionTest, NoneTransport) { … }
TEST(ContentDescriptionTest, NoneTransportWithCodec) { … }
}