Home
last modified time | relevance | path

Searched refs:formattedStr (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKFormatStyle.java110 public void test_formatStyle(Temporal temporal, FormatStyle style, String formattedStr) { in test_formatStyle() argument
115 assertEquals(formatter.format(temporal), formattedStr); in test_formatStyle() local