@UnitTest public class DefaultCommonI18NServiceTest extends java.lang.Object
DefaultCommonI18NService.getAllLanguages().| Constructor and Description |
|---|
DefaultCommonI18NServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testConvertCurrency() |
void |
testGetAllCountries() |
void |
testGetAllCurrencies() |
void |
testGetAllLanguages() |
void |
testGetAllRegions() |
void |
testGetAllRegionsForCountryWithCode() |
void |
testGetBaseCurrencyExist() |
void |
testGetBaseCurrencyNoExist() |
void |
testGetCountriesByCode() |
void |
testGetCurrenciesByCode() |
void |
testGetLanguagesByCode() |
void |
testGetLocaleIsocodeSplitting() |
void |
testLanguageCountryToLocale()
|
void |
testLanguageToLocale()
Tests
LanguageModel to Locale conversion. |
void |
testRoundAndConvertCurrency() |
void |
testRoundCurrency() |
void |
testStringToLocale()
Tests String to Locale conversion.
|
public void setUp()
public void testStringToLocale()
public void testLanguageToLocale()
LanguageModel to Locale conversion.public void testLanguageCountryToLocale()
public void testGetLocaleIsocodeSplitting()
public void testGetAllLanguages()
public void testGetLanguagesByCode()
public void testGetAllCountries()
public void testGetCountriesByCode()
public void testGetAllRegions()
public void testGetAllRegionsForCountryWithCode()
public void testGetAllCurrencies()
public void testGetCurrenciesByCode()
public void testGetBaseCurrencyExist()
public void testGetBaseCurrencyNoExist()
public void testRoundCurrency()
public void testConvertCurrency()
public void testRoundAndConvertCurrency()
Copyright © 2018 SAP SE. All Rights Reserved.