Searched refs:currK (Results 1 – 3 of 3) sorted by relevance
140 Currency currK = Currency.getInstance("KRW"); in test_getSymbol() local147 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()155 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()166 assertEquals("currK.getSymbol()", "\u20a9", currK.getSymbol()); in test_getSymbol()
122 Currency currK = Currency.getInstance("KRW"); in test_getCurrency() local130 dfs1.getCurrency() == currK); in test_getCurrency()138 dfs1.getCurrency() == currK); in test_getCurrency()
1712 Currency currK = Currency.getInstance("KRW"); in test_getCurrency() local1717 assertTrue("Test1: Returned incorrect currency", df.getCurrency() == currK); in test_getCurrency()1720 assertTrue("Test2: Returned incorrect currency", df.getCurrency() == currK); in test_getCurrency()