Package de.hybris.platform.catalog
Class SyncAttributeDescriptorConfigTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.catalog.SyncAttributeDescriptorConfigTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class SyncAttributeDescriptorConfigTest extends ServicelayerTransactionalTest
Integration test for verifying aSyncAttributeDescriptorConfigValidator
-
-
Field Summary
-
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 SyncAttributeDescriptorConfigTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConfigModel()
void
testConfigModelInherited()
TestsSyncAttributeDescriptorConfigModel
for inherited attribute in this caseItemModel.PK
void
testConfigModelWithInheritedAD()
void
testInterceptorIsInstalled()
void
testModelTwoConfigs()
Tests case where there are twoSyncAttributeDescriptorConfigModel
for the same attribute assigned to oneSyncItemJobModel
-
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
-
testConfigModel
public void testConfigModel() throws JaloGenericCreationException, JaloAbstractTypeException
-
testConfigModelInherited
public void testConfigModelInherited() throws JaloGenericCreationException, JaloAbstractTypeException
TestsSyncAttributeDescriptorConfigModel
for inherited attribute in this caseItemModel.PK
-
testModelTwoConfigs
public void testModelTwoConfigs() throws JaloGenericCreationException, JaloAbstractTypeException
Tests case where there are twoSyncAttributeDescriptorConfigModel
for the same attribute assigned to oneSyncItemJobModel
-
testConfigModelWithInheritedAD
public void testConfigModelWithInheritedAD()
-
testInterceptorIsInstalled
public void testInterceptorIsInstalled()
-
-