Exemple #1
0
        public void DeleteKeywordsetsTest()
        {
            // TODO: add unit test for the method 'DeleteKeywordsets'
            string ids      = null; // TODO: replace null with proper value
            var    response = instance.DeleteKeywordsets(ids);

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