@UnitTest public class DefaultI18NServiceTest extends Object
hint: after removing LocalizationService the tests will require corrections, because the logic from
DefaultLocalizationService methods will be moved to the DefaultI18NService.
Currently the content of the DefaultLocalizationService methods are not migrated to the servicelayer.
| Constructor and Description |
|---|
DefaultI18NServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testGetAllLocales() |
void |
testGetBestMatchingLocale() |
void |
testGetCurrentJavaCurrency() |
void |
testGetCurrentJavaCurrencyWithNonExistentJavaCurrency() |
void |
testGetCurrentLocale() |
void |
testGetCurrentTimeZone() |
void |
testGetFallbackLocales() |
void |
testGetSupportedJavaCurrencies() |
void |
testGetSupportedJavaCurrenciesWithOneNonExistentCurrency() |
void |
testGetSupportedLocales() |
void |
testIsLocalizationFallbackEnabled() |
void |
testSetCurrentJavaCurrency() |
void |
testSetCurrentLocale() |
void |
testSetCurrentTimeZone() |
void |
testSetLocalizationFallbackEnabled() |
public void setUp()
public void testGetCurrentLocale()
public void testSetCurrentLocale()
public void testGetSupportedLocales()
public void testGetSupportedJavaCurrencies()
public void testGetSupportedJavaCurrenciesWithOneNonExistentCurrency()
public void testGetCurrentTimeZone()
public void testSetCurrentTimeZone()
public void testGetCurrentJavaCurrency()
public void testGetCurrentJavaCurrencyWithNonExistentJavaCurrency()
public void testSetCurrentJavaCurrency()
public void testIsLocalizationFallbackEnabled()
public void testSetLocalizationFallbackEnabled()
public void testGetBestMatchingLocale()
public void testGetAllLocales()
public void testGetFallbackLocales()
Copyright © 2017 SAP SE. All Rights Reserved.