Class DefaultRuleParameterValueConverterTest

java.lang.Object
de.hybris.platform.ruleengineservices.rule.strategies.impl.DefaultRuleParameterValueConverterTest

@UnitTest public class DefaultRuleParameterValueConverterTest extends Object
  • Constructor Details

    • DefaultRuleParameterValueConverterTest

      public DefaultRuleParameterValueConverterTest()
  • Method Details

    • init

      public void init() throws Exception
      Throws:
      Exception
    • testConvertBigDecimalToString

      public void testConvertBigDecimalToString()
    • testConvertBigDecimalFromString

      public void testConvertBigDecimalFromString()
    • testConvertDateToString

      public void testConvertDateToString() throws ParseException
      Throws:
      ParseException
    • testConvertDateFromString

      public void testConvertDateFromString() throws ParseException
      Throws:
      ParseException
    • testConvertEnumToString

      public void testConvertEnumToString()
    • testConvertEnumFromString

      public void testConvertEnumFromString()
    • testConvertListToString

      public void testConvertListToString() throws ParseException
      Throws:
      ParseException
    • testConvertListFromString

      public void testConvertListFromString() throws ParseException
      Throws:
      ParseException
    • testConvertMapToString

      public void testConvertMapToString() throws ParseException
      Throws:
      ParseException
    • testConvertMapFromString

      public void testConvertMapFromString() throws ParseException
      Throws:
      ParseException