Package de.hybris.platform.catalog.job
Class CompareCatalogVersionsJobIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.catalog.job.AbstractJobIntegrationTest<CompareCatalogVersionsJobPerformable>
-
- de.hybris.platform.catalog.job.CompareCatalogVersionsJobIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CompareCatalogVersionsJobIntegrationTest extends AbstractJobIntegrationTest<CompareCatalogVersionsJobPerformable>
Test coveringCompareCatalogVersionsJobPerformable
logic.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.catalog.job.AbstractJobIntegrationTest
CATEGORY_CODE_1, CATEGORY_CODE_2, CATEGORY_CODE_3, commonI18NService, cronJobService, flexibleSearchService, MAIN_CATALOG, mainCatalog, modelService, PRODUCT_CODE_1, PRODUCT_CODE_2, PRODUCT_CODE_3, source, SOURCE_CATALOGVERSION
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CompareCatalogVersionsJobIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
testCompareForCategoriesWithEmptySourceCatalogVersion()
void
testCompareForCategoriesWithEmptyTargetCatalogVersion()
void
testCompareForPricesWithEmptyTargetCatalogVersion()
void
testCompareForPricesWithNotEmptySourceAndTargetCatalogVersion()
void
testCompareForProductsWithEmptySourceCatalogVersion()
void
testCompareForProductsWithEmptyTargetCatalogVersion()
void
testCompareForStatusesWithNotEmptySourceAndTargetCatalogVersion()
-
Methods inherited from class de.hybris.platform.catalog.job.AbstractJobIntegrationTest
addCategoriesAndProducts, getPerformable, getProductByCode, setUp
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
prepare
public void prepare()
-
testCompareForProductsWithEmptyTargetCatalogVersion
public void testCompareForProductsWithEmptyTargetCatalogVersion()
-
testCompareForProductsWithEmptySourceCatalogVersion
public void testCompareForProductsWithEmptySourceCatalogVersion()
-
testCompareForCategoriesWithEmptyTargetCatalogVersion
public void testCompareForCategoriesWithEmptyTargetCatalogVersion()
-
testCompareForCategoriesWithEmptySourceCatalogVersion
public void testCompareForCategoriesWithEmptySourceCatalogVersion()
-
testCompareForPricesWithEmptyTargetCatalogVersion
public void testCompareForPricesWithEmptyTargetCatalogVersion()
-
testCompareForPricesWithNotEmptySourceAndTargetCatalogVersion
public void testCompareForPricesWithNotEmptySourceAndTargetCatalogVersion()
-
testCompareForStatusesWithNotEmptySourceAndTargetCatalogVersion
public void testCompareForStatusesWithNotEmptySourceAndTargetCatalogVersion()
-
-