예제 #1
0
        public void GetPromptsPromptIdTest()
        {
            // TODO: add unit test for the method 'GetPromptsPromptId'
            string promptId = null; // TODO: replace null with proper value

            var response = instance.GetPromptsPromptId(promptId);

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