Beispiel #1
0
        public void PutRecordingkeysRotationscheduleTest()
        {
            // TODO: add unit test for the method 'PutRecordingkeysRotationschedule'
            KeyRotationSchedule body = null; // TODO: replace null with proper value
            var response             = instance.PutRecordingkeysRotationschedule(body);

            Assert.IsInstanceOf <KeyRotationSchedule> (response, "response is KeyRotationSchedule");
        }
 public void Init()
 {
     instance = new KeyRotationSchedule();
 }