public void PatchSettingsTest()
        {
            // TODO: add unit test for the method 'PatchSettings'
            GeolocationSettings body = null; // TODO: replace null with proper value
            var response             = instance.PatchSettings(body);

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