Searched refs:anyKeyValue (Results 1 – 1 of 1) sorted by relevance
35 final HashMap<String,String> anyKeyValue = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local36 anyKeyValue.put("anyKey", "anyValue"); in testFindConstantForKeyValuePairsSimple()41 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, nullArray)); in testFindConstantForKeyValuePairsSimple()46 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()