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 covering
CompareCatalogVersionsJobPerformable 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_CATALOGVERSIONFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.catalog.job.AbstractJobIntegrationTest
addCategoriesAndProducts, getPerformable, getProductByCode, setUpMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
CompareCatalogVersionsJobIntegrationTest
public CompareCatalogVersionsJobIntegrationTest()
-
-
Method Details
-
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()
-