Searched refs:sortMapToString (Results 1 – 3 of 3) sorted by relevance
115 String found = sortMapToString(m); in testNoRepeatsIndex()124 String found = sortMapToString(m); in testRepeatsIndex()
350 assertEquals(expectedStringLiteralToTypeMap, sortMapToString(g.composite.stringLiteralToTypeMap)); in testSameNameTwoStrings()
963 public <K, V> String sortMapToString(Map<K, V> m) { in sortMapToString() method in BaseTest