Searched refs:normalizationCache (Results 1 – 1 of 1) sorted by relevance
131 static Map<String,String> normalizationCache = new TreeMap<>(); field in TestUnits2429 String oldExpected = normalizationCache.get(source); in checkNormalization()2436 normalizationCache.put(source, expected); in checkNormalization()