Example #1
0
        public void PostSystempromptsPromptIdResourcesTest()
        {
            // TODO: add unit test for the method 'PostSystempromptsPromptIdResources'
            string            promptId = null; // TODO: replace null with proper value
            SystemPromptAsset body     = null; // TODO: replace null with proper value

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

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