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 forDefaultChangeSetBuilder
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultChangeSetBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createCategoryWithKeywords()
void
createCategoryWithKeywords2Langs()
void
deleteSingleUnit()
void
deleteThreeUnit()
void
removeCategoryFromKeyword()
void
removeKeywordsFromCategory()
void
setUp()
void
testBuildFor2Unit()
void
testBuildForCustomerRemoveAddresses()
void
testBuildForCustomerWithAddress()
void
testBuildForCustomerWithThreeAddresses()
void
testBuildForSingleUnit()
void
testBuildForSingleUnitWithLocale()
void
testDelete3Unit()
void
testDeleteCustomerAndAddresses()
void
testDeleteCustomerWithoutAssignedAddresses()
void
testDeleteSingleUnit()
void
testInsertUpdateUnitSort()
void
testPersistenceVersion()
void
testUpdateSingleUnit()
void
testUpdateSingleUnitNonLocaleAndLocale()
void
testUpdateSingleUnitWithLocale()
-
Methods inherited from class de.hybris.platform.servicelayer.ExtendedServicelayerBaseTest
createCoreData, createDefaultCatalog, importCsv, importStream
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, 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
-
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()
-
-