Class LocalizedPropertyUtilTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.velocity.util.LocalizedPropertyUtilTest
-
@ContextConfiguration(locations="classpath:/acceleratorservices/test/impexgenerator/test-generate-impex-spring.xml") @UnitTest public class LocalizedPropertyUtilTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocalizedPropertyUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestLoadJapaneseData()voidtestLoadSpecialCharsData()voidtestLoadSpecificData()voidtestLoadUtfData()voidtestLoadVisibleCharsData()
-
-
-
Method Detail
-
testLoadUtfData
public void testLoadUtfData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadSpecialCharsData
public void testLoadSpecialCharsData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadVisibleCharsData
public void testLoadVisibleCharsData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadSpecificData
public void testLoadSpecificData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadJapaneseData
public void testLoadJapaneseData() throws java.lang.Exception- Throws:
java.lang.Exception
-
-