Esempio n. 1
0
        public void GetSchedulegroupsSchedulegroupIdTest()
        {
            // TODO: add unit test for the method 'GetSchedulegroupsSchedulegroupId'
            string scheduleGroupId = null; // TODO: replace null with proper value

            var response = instance.GetSchedulegroupsSchedulegroupId(scheduleGroupId);

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