Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/payments/
H A DCurrencyFormatterTest.java102 String expectedCurrencyFormatting = (String) testCase[3]; in testMultipleConversions() local
115 + " should be formatted into \"" + expectedCurrencyFormatting + "\"", in testMultipleConversions()
116 expectedCurrencyFormatting, formatter.getFormattedCurrencyCode()); in testMultipleConversions()