Exemplo n.º 1
0
        public void GetPromptsPromptIdResourcesLanguageTest()
        {
            // TODO: add unit test for the method 'GetPromptsPromptIdResourcesLanguage'
            string promptId = null; // TODO: replace null with proper value
            string language = null; // TODO: replace null with proper value

            var response = instance.GetPromptsPromptIdResourcesLanguage(promptId, language);

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