Exemplo n.º 1
0
        public void GetRecordingkeysRotationscheduleTest()
        {
            // TODO: add unit test for the method 'GetRecordingkeysRotationschedule'
            var response = instance.GetRecordingkeysRotationschedule();

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