Class CxLocationConsumptionLayerMapperTest

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

@UnitTest public class CxLocationConsumptionLayerMapperTest extends AbstractCxConsumptionLayerMapperTest
  • Field Details

  • Constructor Details

    • CxLocationConsumptionLayerMapperTest

      public CxLocationConsumptionLayerMapperTest()
  • Method Details

    • init

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

      public void testMissingProfile()
    • testMissingInsights

      public void testMissingInsights()
    • testMissingAffinities

      public void testMissingAffinities()
    • testMissingAffinityLocationMap

      public void testMissingAffinityLocationMap()
    • testEmptyAffinityLocationMap

      public void testEmptyAffinityLocationMap()
    • testMissingAffinityLocationsValues

      public void testMissingAffinityLocationsValues()
    • testMissingAffinityLocationFieldValues

      public void testMissingAffinityLocationFieldValues()
    • testMissingLocation

      public void testMissingLocation()
    • testMissingLocationValues

      public void testMissingLocationValues()
    • testMissingCountry

      public void testMissingCountry()
    • testMissingRegion

      public void testMissingRegion()
    • testMissingCity

      public void testMissingCity()
    • testSingleLocationAffinity

      public void testSingleLocationAffinity()
    • testMultipleDistinctLocationInput

      public void testMultipleDistinctLocationInput()
    • testMultipleSimilarLocationInput

      public void testMultipleSimilarLocationInput()
    • testNullLocationInput

      public void testNullLocationInput()
    • createProfile

      protected Profile createProfile(Map<String,LocationsAffinity> locationAffinities)
    • createLocationAffinity

      protected LocationsAffinity createLocationAffinity(String country, String region, String city, Integer count, BigDecimal score, BigDecimal recentScore)