Class AbstractMerchSnPopulatorTest

java.lang.Object
com.hybris.merchandising.converters.populators.AbstractMerchSnPopulatorTest
Direct Known Subclasses:
MerchSnProductDetailsPopulatorTest, MerchSnProductFacetPopulatorTest, MerchSnProductImagePopulatorTest, MerchSnProductMetadataPopulatorTest

public class AbstractMerchSnPopulatorTest extends Object
  • Field Details

    • EN

      protected static String EN
    • DE

      protected static String DE
    • CODE_FIELD

      protected static String CODE_FIELD
    • NAME_FIELD

      protected static String NAME_FIELD
    • URL_FIELD

      protected static String URL_FIELD
    • PRICE_FIELD

      protected static String PRICE_FIELD
    • SUMMARY_FIELD

      protected static String SUMMARY_FIELD
    • DESCRIPTION_FIELD

      protected static String DESCRIPTION_FIELD
    • CATEGORIES_FIELD

      protected static String CATEGORIES_FIELD
    • IMG65_FIELD

      protected static String IMG65_FIELD
    • IMG515_FIELD

      protected static String IMG515_FIELD
    • STOCK_LEVEL_STATUS

      protected static String STOCK_LEVEL_STATUS
    • CATEGORY_NAMES

      protected static String CATEGORY_NAMES
    • BASE_PRODUCT

      protected static String BASE_PRODUCT
    • DEFAULT_LANGUAGE_ISO

      protected static String DEFAULT_LANGUAGE_ISO
    • DEFAULT_CURRENCY_ISO

      protected static String DEFAULT_CURRENCY_ISO
    • PRICE_VALUE

      protected static Double PRICE_VALUE
    • PRICE_MAP_VALUE

      protected static Map PRICE_MAP_VALUE
    • STOCK_LEVEL_VALUE

      protected static String STOCK_LEVEL_VALUE
    • merchPropertiesMapping

      protected Map<String,String> merchPropertiesMapping
    • productDetailsFields

      protected Map<String,String> productDetailsFields
    • source

      @Mock protected MerchSnDocumentContainer source
    • merchConfig

      @Mock protected MerchSnConfigModel merchConfig
    • merchContext

      @Mock protected MerchSnSynchContext merchContext
    • indexerContext

      @Mock protected SnIndexerContext indexerContext
    • snDocument

      @Mock protected SnDocument snDocument
    • currencyModel

      @Mock protected CurrencyModel currencyModel
    • languageModel

      @Mock protected LanguageModel languageModel
    • target

      protected Product target
  • Constructor Details

    • AbstractMerchSnPopulatorTest

      public AbstractMerchSnPopulatorTest()
  • Method Details

    • setUp

      public void setUp()