Class CxSegmentMapperTest

java.lang.Object
de.hybris.platform.personalizationyprofile.mapper.impl.AbstractCxConsumptionLayerMapperTest
de.hybris.platform.personalizationyprofile.mapper.impl.CxSegmentMapperTest

@UnitTest public class CxSegmentMapperTest extends AbstractCxConsumptionLayerMapperTest
  • Field Details

  • Constructor Details

    • CxSegmentMapperTest

      public CxSegmentMapperTest()
  • Method Details

    • init

      public void init()
      Overrides:
      init in class AbstractCxConsumptionLayerMapperTest
    • testNullSource

      public void testNullSource()
    • testMissingSegments

      public void testMissingSegments()
    • testEmptySegments

      public void testEmptySegments()
    • testSingleSgment

      public void testSingleSgment()
    • testMultipleSgment

      public void testMultipleSgment()
    • testMultipleSgmentWithPrefix

      public void testMultipleSgmentWithPrefix()
    • testMultipleSgmentWithPrefixWithSeparator

      public void testMultipleSgmentWithPrefixWithSeparator()
    • testRequiredFieldsOn

      public void testRequiredFieldsOn()
    • testRequiredFieldsOff

      public void testRequiredFieldsOff()
    • testMapperOff

      public void testMapperOff()
    • createProfile

      protected Profile createProfile(Map<String,Segment> segments)