示例#1
0
        public void DeleteMessagesMessageIdTest()
        {
            // TODO: add unit test for the method 'DeleteMessagesMessageId'
            string messageId = null; // TODO: replace null with proper value
            var    response  = instance.DeleteMessagesMessageId(messageId);

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