示例#1
0
        public void DeleteMessagesTest()
        {
            // TODO: add unit test for the method 'DeleteMessages'
            var response = instance.DeleteMessages();

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