Searched refs:KEY_NON_EXISTING (Results 1 – 1 of 1) sorted by relevance
71 private static final String KEY_NON_EXISTING = "key_non_existing"; field in DeviceConfigApiTests1060 assertNull(DeviceConfig.getProperty(NAMESPACE1, KEY_NON_EXISTING)); in testDeleteProperty_withNonExistingProperty()1062 deletePropertyAndAssertNoChange(NAMESPACE1, KEY_NON_EXISTING); in testDeleteProperty_withNonExistingProperty()