Example #1
0
        public void PatchQueuesQueueIdUsersTest()
        {
            // TODO: add unit test for the method 'PatchQueuesQueueIdUsers'
            string             queueId = null; // TODO: replace null with proper value
            List <QueueMember> body    = null; // TODO: replace null with proper value
            var response = instance.PatchQueuesQueueIdUsers(queueId, body);

            Assert.IsInstanceOf <QueueMemberEntityListing> (response, "response is QueueMemberEntityListing");
        }