Searched refs:propertyExists (Results 1 – 1 of 1) sorted by relevance
174 public static boolean propertyExists(ITestDevice device, String property) in propertyExists() method in PropertyUtil183 return !propertyExists(device, property); // null value implies property does not exist in propertyEquals()196 return !propertyExists(device, property); in propertyMatches()