Class DefaultC4CAggregatingCollectorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.c4ccustomer.deltadetection.DefaultC4CAggregatingCollectorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultC4CAggregatingCollectorIntegrationTest extends ServicelayerTest
-
-
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 DefaultC4CAggregatingCollectorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconsumeAllChanges(java.lang.String streamId)protected voiddump(java.util.List<ItemChangeDTO> items)protected C4CAggregatingCollectorgetDeltaCollector(java.util.List<ItemChangeDTO> receivers)voidsetup()voidshouldConsumeEverything()voidshouldConsumeSyntheticChanges()voidshouldCreateSeparateInstances()voidshouldGrabRelatedAddresses()voidshouldGrabRelatedCustomers()voidwhenCustomerIsDeleted()voidwhenEverythingIsDeleted()voidwhenOneOfAddressesIsDeleted()voidwhenTheOnlyAddressIsDeleted()-
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
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldConsumeEverything
public void shouldConsumeEverything()
-
whenOneOfAddressesIsDeleted
public void whenOneOfAddressesIsDeleted()
-
whenTheOnlyAddressIsDeleted
public void whenTheOnlyAddressIsDeleted()
-
whenCustomerIsDeleted
public void whenCustomerIsDeleted()
-
whenEverythingIsDeleted
public void whenEverythingIsDeleted()
-
shouldCreateSeparateInstances
public void shouldCreateSeparateInstances()
-
shouldGrabRelatedAddresses
public void shouldGrabRelatedAddresses()
-
shouldGrabRelatedCustomers
public void shouldGrabRelatedCustomers()
-
shouldConsumeSyntheticChanges
public void shouldConsumeSyntheticChanges()
-
getDeltaCollector
protected C4CAggregatingCollector getDeltaCollector(java.util.List<ItemChangeDTO> receivers)
-
consumeAllChanges
protected void consumeAllChanges(java.lang.String streamId)
-
dump
protected void dump(java.util.List<ItemChangeDTO> items)
-
-