Class DefaultLocaleResolverTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.velocity.locale.DefaultLocaleResolverTest
-
@UnitTest public class DefaultLocaleResolverTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultLocaleResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestLocalizedGetNotNullCode()voidtestLocalizedGetNullCode()voidtestLocalizedWithBlank()voidtestLocalizedWithCorrectCodes()voidtestLocalizedWithIncorrectCodes()voidtestLocalizedWithNull()
-
-
-
Method Detail
-
testLocalizedWithNull
public void testLocalizedWithNull()
-
testLocalizedWithBlank
public void testLocalizedWithBlank()
-
testLocalizedWithIncorrectCodes
public void testLocalizedWithIncorrectCodes()
-
testLocalizedWithCorrectCodes
public void testLocalizedWithCorrectCodes()
-
testLocalizedGetNullCode
public void testLocalizedGetNullCode()
-
testLocalizedGetNotNullCode
public void testLocalizedGetNotNullCode()
-
-