#include "remoting/protocol/ice_config.h"
#include "base/memory/ptr_util.h"
#include "remoting/proto/remoting/v1/network_traversal_messages.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting::protocol {
TEST(IceConfigTest, ParseValid) { … }
TEST(IceConfigTest, ParseGetIceConfigResponse) { … }
TEST(IceConfigTest, ParseDataEnvelope) { … }
TEST(IceConfigTest, ParsePartiallyInvalid) { … }
TEST(IceConfigTest, NotParseable) { … }
TEST(IceConfigTest, UnspecifiedMaxRate_IsZero) { … }
TEST(IceConfigTest, OneSpecifiedMaxRate_IsUsed) { … }
}