Searched refs:chosenAttrsList (Results 1 – 1 of 1) sorted by relevance
121 final List<Attribute> chosenAttrsList = new ArrayList<>(); in findAttribute() local127 chosenAttrsList.add(element); in findAttribute()130 return chosenAttrsList.toArray(new Attribute[] {}); in findAttribute()135 final List<Attribute> chosenAttrsList = new ArrayList<>(); in findAttribute() local141 chosenAttrsList.add(element); in findAttribute()144 assertTrue("Should be one match: " + chosenAttrsList.size(), in findAttribute()145 chosenAttrsList.size() == 1); in findAttribute()146 return chosenAttrsList.get(0); in findAttribute()