Class ValueFormatTranslatorImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.impl.ValueFormatTranslatorImplTest
-
@UnitTest public class ValueFormatTranslatorImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValueFormatTranslatorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestFormatDate()voidtestFormatNumeric()voidtestFormatNumericDE()voidtestFormatNumericEmpty()voidtestFormatNumericExponent()voidtestFormatNumericExponentDE()voidtestFormatNumericLargeNumber()voidtestFormatNumericNull()voidtestGetLocale()voidtestParseNumeric()voidtestParseNumeric_empty()voidtestParseNumeric_invalid()voidtestParseNumeric_null()voidtestParseNumericDE()voidtestParseNumericDotZero()voidtestStringStaysTheSame()
-
-
-
Method Detail
-
setup
public void setup()
-
testGetLocale
public void testGetLocale()
-
testStringStaysTheSame
public void testStringStaysTheSame() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumeric
public void testParseNumeric() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumeric_empty
public void testParseNumeric_empty() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumeric_null
public void testParseNumeric_null() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumeric_invalid
public void testParseNumeric_invalid() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumericDE
public void testParseNumericDE() throws java.lang.Exception- Throws:
java.lang.Exception
-
testParseNumericDotZero
public void testParseNumericDotZero() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumeric
public void testFormatNumeric() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericExponent
public void testFormatNumericExponent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericDE
public void testFormatNumericDE() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericExponentDE
public void testFormatNumericExponentDE() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericNull
public void testFormatNumericNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericEmpty
public void testFormatNumericEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatNumericLargeNumber
public void testFormatNumericLargeNumber() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFormatDate
public void testFormatDate() throws java.lang.Exception- Throws:
java.lang.Exception
-
-