Class DefaultMerchCategoryExporterTest
- java.lang.Object
-
- com.hybris.merchandising.exporter.DefaultMerchCategoryExporterTest
-
@UnitTest public class DefaultMerchCategoryExporterTest extends java.lang.Object
Test suite forDefaultMerchCategoryExporter.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPAREL_UKstatic java.lang.StringBASE_CAT_URLstatic java.lang.StringCATALOG_IDstatic java.lang.StringCATALOG_VERSION_IDstatic java.lang.StringELECTRONICSstatic java.lang.StringITEM_CHANGE_INFOstatic java.lang.LongITEM_CHANGE_PK
-
Constructor Summary
Constructors Constructor Description DefaultMerchCategoryExporterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExportCategoriesForCurrentBaseSite()voidtestExportCategoriesForCurrentBaseSiteNonMatching()voidtestGetBaseSiteService()voidtestGetChangeDetectionService()voidtestGetClient()voidtestGetMerchCatalogService()voidtestGetMerchSynchronizationConfigDao()voidtestGetTypeService()voidtestPerform()voidtestPerformNoChanges()voidtestProcessDisabledConfig()voidtestProcessEnabledConfig()
-
-
-
Field Detail
-
APPAREL_UK
public static final java.lang.String APPAREL_UK
- See Also:
- Constant Field Values
-
ELECTRONICS
public static final java.lang.String ELECTRONICS
- See Also:
- Constant Field Values
-
CATALOG_ID
public static final java.lang.String CATALOG_ID
- See Also:
- Constant Field Values
-
CATALOG_VERSION_ID
public static final java.lang.String CATALOG_VERSION_ID
- See Also:
- Constant Field Values
-
BASE_CAT_URL
public static final java.lang.String BASE_CAT_URL
- See Also:
- Constant Field Values
-
ITEM_CHANGE_PK
public static final java.lang.Long ITEM_CHANGE_PK
-
ITEM_CHANGE_INFO
public static final java.lang.String ITEM_CHANGE_INFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
testProcessEnabledConfig
public void testProcessEnabledConfig()
-
testProcessDisabledConfig
public void testProcessDisabledConfig()
-
testExportCategoriesForCurrentBaseSite
public void testExportCategoriesForCurrentBaseSite()
-
testExportCategoriesForCurrentBaseSiteNonMatching
public void testExportCategoriesForCurrentBaseSiteNonMatching()
-
testGetMerchSynchronizationConfigDao
public void testGetMerchSynchronizationConfigDao()
-
testGetMerchCatalogService
public void testGetMerchCatalogService()
-
testGetBaseSiteService
public void testGetBaseSiteService()
-
testGetClient
public void testGetClient()
-
testPerform
public void testPerform()
-
testPerformNoChanges
public void testPerformNoChanges()
-
testGetTypeService
public void testGetTypeService()
-
testGetChangeDetectionService
public void testGetChangeDetectionService()
-
-