Exemplo n.º 1
0
        public void GetRecordingkeysTest()
        {
            // TODO: add unit test for the method 'GetRecordingkeys'
            int?pageSize   = null; // TODO: replace null with proper value
            int?pageNumber = null; // TODO: replace null with proper value
            var response   = instance.GetRecordingkeys(pageSize, pageNumber);

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