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