Searched refs:testText (Results 1 – 1 of 1) sorted by relevance
78 String testText = "Now is the time for all good men to come to the aid of their country."; in TestConstructionAndEquality() local81 CharacterIterator test1 = new StringCharacterIterator(testText); in TestConstructionAndEquality()82 CharacterIterator test2 = new StringCharacterIterator(testText, 5); in TestConstructionAndEquality()83 CharacterIterator test3 = new StringCharacterIterator(testText, 2, 20, 5); in TestConstructionAndEquality()