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