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

            var response = instance.PostPromptsPromptIdResources(promptId, body);

            Assert.IsInstanceOf <PromptAsset> (response, "response is PromptAsset");
        }
 public void Init()
 {
     instance = new PromptAsset();
 }