Class ValueFormatTranslatorImplTest

java.lang.Object
de.hybris.platform.sap.productconfig.facades.impl.ValueFormatTranslatorImplTest

@UnitTest public class ValueFormatTranslatorImplTest extends Object
  • Constructor Details

    • ValueFormatTranslatorImplTest

      public ValueFormatTranslatorImplTest()
  • Method Details

    • setup

      public void setup()
    • testGetLocale

      public void testGetLocale()
    • testStringStaysTheSame

      public void testStringStaysTheSame() throws Exception
      Throws:
      Exception
    • testParseNumeric

      public void testParseNumeric() throws Exception
      Throws:
      Exception
    • testParseNumeric_empty

      public void testParseNumeric_empty() throws Exception
      Throws:
      Exception
    • testParseNumeric_null

      public void testParseNumeric_null() throws Exception
      Throws:
      Exception
    • testParseNumeric_invalid

      public void testParseNumeric_invalid() throws Exception
      Throws:
      Exception
    • testParseNumericDE

      public void testParseNumericDE() throws Exception
      Throws:
      Exception
    • testParseNumericDotZero

      public void testParseNumericDotZero() throws Exception
      Throws:
      Exception
    • testFormatNumeric

      public void testFormatNumeric() throws Exception
      Throws:
      Exception
    • testFormatNumericExponent

      public void testFormatNumericExponent() throws Exception
      Throws:
      Exception
    • testFormatNumericDE

      public void testFormatNumericDE() throws Exception
      Throws:
      Exception
    • testFormatNumericExponentDE

      public void testFormatNumericExponentDE() throws Exception
      Throws:
      Exception
    • testFormatNumericNull

      public void testFormatNumericNull() throws Exception
      Throws:
      Exception
    • testFormatNumericEmpty

      public void testFormatNumericEmpty() throws Exception
      Throws:
      Exception
    • testFormatNumericLargeNumber

      public void testFormatNumericLargeNumber() throws Exception
      Throws:
      Exception
    • testFormatDate

      public void testFormatDate() throws Exception
      Throws:
      Exception