Home
last modified time | relevance | path

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

/core/core-i18n/src/androidTest/java/androidx/core/i18n/
DDateTimeFormatterTest.kt213 val expectedUs: String = "9:42:12 PM" in testSystemSupportForExtensionU() constant
214 val expectedUs11: String = expectedUs in testSystemSupportForExtensionU()
215 val expectedUs12: String = expectedUs in testSystemSupportForExtensionU()
223 else -> expectedUs in testSystemSupportForExtensionU()
231 assertEquals(expectedUs, Helper.normalizeNnbsp(formatter.format(testMillis))) in testSystemSupportForExtensionU()
329 val expectedUs = in testBbb() constant
367 assertEquals(expectedUs, resultUs.toString()) in testBbb()