Home
last modified time | relevance | path

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

/core/core-i18n/src/androidTest/java/androidx/core/i18n/
DDateTimeFormatterTest.kt78 private val testDate = testCalendar.time constant
109 assertEquals(expected, DateTimeFormatter(appContext, options, locale).format(testDate)) in test()
165 assertEquals(expectedFr24, formatter.format(testDate)) in testApi()
170 assertEquals(expectedFr24, formatter.format(testDate)) // fr-FR default is h24 in testApi()
174 assertEquals(expectedFr12, formatter.format(testDate)) // force to h12 in testApi()
178 assertEquals(expectedFr24, formatter.format(testDate)) // force to h24 in testApi()
182 assertEquals(expectedUs12, formatter.format(testDate)) // en-US default is h12 in testApi()
186 assertEquals(expectedUs12, formatter.format(testDate)) // force to h12 in testApi()
190 assertEquals(expectedUs24, formatter.format(testDate)) // force to h12 in testApi()
199 assertEquals(expectedUs12Milli, formatter.format(testDate)) in testApi()
[all …]