Searched refs:formattedStr (Results 1 – 1 of 1) sorted by relevance
110 public void test_formatStyle(Temporal temporal, FormatStyle style, String formattedStr) { in test_formatStyle() argument115 assertEquals(formatter.format(temporal), formattedStr); in test_formatStyle() local