Searched refs:emptyKeyValue (Results 1 – 1 of 1) sorted by relevance
38 final HashMap<String,String> emptyKeyValue = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local42 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, nullArray)); in testFindConstantForKeyValuePairsSimple()47 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()77 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, array)); in testFindConstantForKeyValuePairsSimple()