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

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