Class DefaultChangeSetBuilderTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ExtendedServicelayerBaseTest
de.hybris.platform.servicelayer.ExtendedServicelayerTransactionalBaseTest
de.hybris.platform.servicelayer.internal.model.impl.DefaultChangeSetBuilderTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultChangeSetBuilderTest
extends ExtendedServicelayerTransactionalBaseTest
Test class for
DefaultChangeSetBuilder-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ExtendedServicelayerBaseTest
createCoreData, createDefaultCatalog, importCsv, importStreamMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultChangeSetBuilderTest
public DefaultChangeSetBuilderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testBuildForSingleUnit
public void testBuildForSingleUnit() -
testBuildFor2Unit
public void testBuildFor2Unit() -
testBuildForSingleUnitWithLocale
public void testBuildForSingleUnitWithLocale() -
testUpdateSingleUnit
public void testUpdateSingleUnit() -
testInsertUpdateUnitSort
public void testInsertUpdateUnitSort() -
testUpdateSingleUnitWithLocale
public void testUpdateSingleUnitWithLocale() -
testUpdateSingleUnitNonLocaleAndLocale
public void testUpdateSingleUnitNonLocaleAndLocale() -
testDeleteSingleUnit
public void testDeleteSingleUnit() -
testDelete3Unit
public void testDelete3Unit() -
testBuildForCustomerWithAddress
public void testBuildForCustomerWithAddress() -
testBuildForCustomerWithThreeAddresses
public void testBuildForCustomerWithThreeAddresses() -
testBuildForCustomerRemoveAddresses
public void testBuildForCustomerRemoveAddresses() -
createCategoryWithKeywords
public void createCategoryWithKeywords() -
createCategoryWithKeywords2Langs
public void createCategoryWithKeywords2Langs() -
removeKeywordsFromCategory
public void removeKeywordsFromCategory() -
removeCategoryFromKeyword
public void removeCategoryFromKeyword() -
deleteSingleUnit
public void deleteSingleUnit() -
deleteThreeUnit
public void deleteThreeUnit() -
testDeleteCustomerAndAddresses
public void testDeleteCustomerAndAddresses() -
testDeleteCustomerWithoutAssignedAddresses
public void testDeleteCustomerWithoutAssignedAddresses() -
testPersistenceVersion
public void testPersistenceVersion()
-