コード例 #1
0
        public void PostLocalkeysSettingsTest()
        {
            // TODO: add unit test for the method 'PostLocalkeysSettings'
            LocalEncryptionConfiguration body = null; // TODO: replace null with proper value
            var response = instance.PostLocalkeysSettings(body);

            Assert.IsInstanceOf <LocalEncryptionConfiguration> (response, "response is LocalEncryptionConfiguration");
        }
コード例 #2
0
 public void Init()
 {
     instance = new LocalEncryptionConfiguration();
 }