Exemplo n.º 1
0
        public void PostLocalkeysTest()
        {
            // TODO: add unit test for the method 'PostLocalkeys'
            LocalEncryptionKeyRequest body = null; // TODO: replace null with proper value
            var response = instance.PostLocalkeys(body);

            Assert.IsInstanceOf <EncryptionKey> (response, "response is EncryptionKey");
        }
Exemplo n.º 2
0
 public void Init()
 {
     instance = new LocalEncryptionKeyRequest();
 }