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

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