Class DefaultL10NServiceTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.i18n.DefaultL10NServiceTest
-
@UnitTest public class DefaultL10NServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultL10NServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetResourceBundleWithBaseName()voidtestGetResourceBundleWithBaseNameAndLocales()Final bundle test incl.voidtestResourceBundleWithoutBaseName()this test also covers theDefaultL10NService.getLocalizedString(String)method.
-
-
-
Method Detail
-
setUp
public void setUp()
-
testResourceBundleWithoutBaseName
public void testResourceBundleWithoutBaseName()
this test also covers theDefaultL10NService.getLocalizedString(String)method.
-
testGetResourceBundleWithBaseName
public void testGetResourceBundleWithBaseName()
-
testGetResourceBundleWithBaseNameAndLocales
public void testGetResourceBundleWithBaseNameAndLocales()
Final bundle test incl. load mechanism.
Bundles are: testBundle_de,testBundle_en,testBundle_en_UK,testBundle_en_US
-
-