Searched refs:expectedVal (Results 1 – 1 of 1) sorted by relevance
58 private boolean matchProperty(String type, String attr, String expectedVal) throws Exception { in matchProperty() argument61 return expectedVal == null || expectedVal.equals(val); in matchProperty()