#include "components/media_router/common/providers/cast/channel/cast_socket_service.h"
#include "base/memory/ptr_util.h"
#include "base/test/gmock_callback_support.h"
#include "base/test/mock_callback.h"
#include "base/test/test_simple_task_runner.h"
#include "components/media_router/common/providers/cast/channel/cast_test_util.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
_;
DoAll;
Invoke;
Return;
ReturnRef;
SaveArg;
WithArgs;
namespace cast_channel {
class CastSocketServiceTest : public testing::Test { … };
TEST_F(CastSocketServiceTest, TestAddSocket) { … }
TEST_F(CastSocketServiceTest, TestRemoveAndGetSocket) { … }
TEST_F(CastSocketServiceTest, TestOpenChannel) { … }
}