Ejemplo n.º 1
0
        public void DeleteIvrsIvrIdTest()
        {
            // TODO: add unit test for the method 'DeleteIvrsIvrId'
            string ivrId = null; // TODO: replace null with proper value

            var response = instance.DeleteIvrsIvrId(ivrId);

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