Class ODataCollectionsPersistenceFacadeIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.odata2webservices.odata.ODataCollectionsPersistenceFacadeIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ODataCollectionsPersistenceFacadeIntegrationTest 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 ODataCollectionsPersistenceFacadeIntegrationTest()
-
Method Summary
-
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 ImpExException
- Throws:
ImpExException
-
testCreateCompany_WhenPartOfTrue
public void testCreateCompany_WhenPartOfTrue()
-
testAddUpdateToPartOfCollection_WhenPartOfTrue
public void testAddUpdateToPartOfCollection_WhenPartOfTrue()
-
testAssignExistItemToCollection_ForNewRootItem_WhenPartOfFalse
public void testAssignExistItemToCollection_ForNewRootItem_WhenPartOfFalse()
-
testAddExistingItemToCollection_ForExistRootItem_WhenPartOfFalse
public void testAddExistingItemToCollection_ForExistRootItem_WhenPartOfFalse()
-
testNoInsertNewItemToCollection_ForNewRootItem_WhenPartOfFalse
public void testNoInsertNewItemToCollection_ForNewRootItem_WhenPartOfFalse()
-
testInsertNewItemToCollection_ForNewRootItem_WhenAutoCreateIsSetToTrue
public void testInsertNewItemToCollection_ForNewRootItem_WhenAutoCreateIsSetToTrue() throws ImpExException
- Throws:
ImpExException
-
testAddNewItemToItemCollection_ForExistRootItem_WhenPartOfFalse
public void testAddNewItemToItemCollection_ForExistRootItem_WhenPartOfFalse()
-
testCreatesNewDeeplyNestedObjects_WhenAutoCreateIsSetToTrue
public void testCreatesNewDeeplyNestedObjects_WhenAutoCreateIsSetToTrue() throws ImpExException
- Throws:
ImpExException
-
testUpdateExistingItemOfCollectionItemAttributes_ForNewRootItem_WhenPartOfFalse
public void testUpdateExistingItemOfCollectionItemAttributes_ForNewRootItem_WhenPartOfFalse()
-
testUpdateExistingItemOfCollectionItemAttributes_ForExistRootItem_WhenPartOfFalse
public void testUpdateExistingItemOfCollectionItemAttributes_ForExistRootItem_WhenPartOfFalse()
-
testPersistEntity__Collection_AttributeNotOfCollectionTypeModel
public void testPersistEntity__Collection_AttributeNotOfCollectionTypeModel() throws ImpExException
- Throws:
ImpExException
-
-