Class DefaultCommonI18NServiceTest
java.lang.Object
de.hybris.platform.servicelayer.i18n.impl.DefaultCommonI18NServiceTest
Basic test for a
DefaultCommonI18NService.getAllLanguages().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidTestsLanguageModeltoLocaleconversion.voidvoidvoidTests String to Locale conversion.
-
Constructor Details
-
DefaultCommonI18NServiceTest
public DefaultCommonI18NServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
testStringToLocale
public void testStringToLocale()Tests String to Locale conversion. -
testLanguageToLocale
public void testLanguageToLocale()TestsLanguageModeltoLocaleconversion. -
testLanguageCountryToLocale
public void testLanguageCountryToLocale() -
testGetLocaleIsocodeSplitting
public void testGetLocaleIsocodeSplitting() -
testGetAllLanguages
public void testGetAllLanguages() -
testGetLanguagesByCode
public void testGetLanguagesByCode() -
testGetAllCountries
public void testGetAllCountries() -
testGetCountriesByCode
public void testGetCountriesByCode() -
testGetAllRegions
public void testGetAllRegions() -
testGetAllRegionsForCountryWithCode
public void testGetAllRegionsForCountryWithCode() -
testGetAllCurrencies
public void testGetAllCurrencies() -
testGetCurrenciesByCode
public void testGetCurrenciesByCode() -
testGetBaseCurrencyExist
public void testGetBaseCurrencyExist() -
testGetBaseCurrencyNoExist
public void testGetBaseCurrencyNoExist() -
testRoundCurrency
public void testRoundCurrency() -
testConvertCurrency
public void testConvertCurrency() -
testRoundAndConvertCurrency
public void testRoundAndConvertCurrency()
-