Home | History | Annotate | Download | only in format

Lines Matching refs:str0

5382         String str0 = df0.format(12345.67);
5384 assertEquals("Serialized formatter does not produce same output", str0, str1);