Class DefaultMerchCategoryExporterTest
- java.lang.Object
-
- com.hybris.merchandising.exporter.DefaultMerchCategoryExporterTest
-
public class DefaultMerchCategoryExporterTest extends java.lang.Object
Test suite forDefaultMerchCategoryExporter
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APPAREL_UK
static java.lang.String
BASE_CAT_URL
static java.lang.String
CATALOG_ID
static java.lang.String
CATALOG_VERSION_ID
static java.lang.String
ELECTRONICS
static java.lang.String
ITEM_CHANGE_INFO
static java.lang.Long
ITEM_CHANGE_PK
-
Constructor Summary
Constructors Constructor Description DefaultMerchCategoryExporterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testExportCategoriesForCurrentBaseSite()
void
testExportCategoriesForCurrentBaseSiteNonMatching()
void
testGetBaseSiteService()
void
testGetChangeDetectionService()
void
testGetClient()
void
testGetMerchCatalogService()
void
testGetMerchSynchronizationConfigDao()
void
testGetTypeService()
void
testPerform()
void
testPerformNoChanges()
void
testProcessDisabledConfig()
void
testProcessEnabledConfig()
-
-
-
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()
-
-