public void PostQueuesQueueIdUsersTest() { // TODO: add unit test for the method 'PostQueuesQueueIdUsers' string queueId = null; // TODO: replace null with proper value List <QueueMember> body = null; // TODO: replace null with proper value bool?delete = null; // TODO: replace null with proper value var response = instance.PostQueuesQueueIdUsers(queueId, body, delete); Assert.IsInstanceOf <string> (response, "response is string"); }