Exemple #1
0
        public void DeleteSchedulegroupsSchedulegroupIdTest()
        {
            // TODO: add unit test for the method 'DeleteSchedulegroupsSchedulegroupId'
            string scheduleGroupId = null; // TODO: replace null with proper value

            var response = instance.DeleteSchedulegroupsSchedulegroupId(scheduleGroupId);

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