Class DefaultCMSComponentDaoIntegrationTest
- 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.cms2.servicelayer.daos.impl.DefaultCMSComponentDaoIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultCMSComponentDaoIntegrationTest extends ServicelayerTransactionalTest
-
-
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 DefaultCMSComponentDaoIntegrationTest()
-
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 java.lang.Exception
- Throws:
java.lang.Exception
-
shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion1
public void shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion1()
-
shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion2
public void shouldFindCmsComponentsByCatalogVersionOnly_CatalogVersion2()
-
shouldNotFindCmsComponents_NoCatalogVersion
public void shouldNotFindCmsComponents_NoCatalogVersion()
-
shouldFindCmsComponentsByMask
public void shouldFindCmsComponentsByMask()
-
assertContainsComponentUid
protected void assertContainsComponentUid(java.util.List<AbstractCMSComponentModel> components1, java.lang.String componentUid)
-
assertNotContainsComponentUid
protected void assertNotContainsComponentUid(java.util.List<AbstractCMSComponentModel> components1, java.lang.String componentUid)
-
shouldfindCMSComponentsByIdListAndCatalogVersion1
public void shouldfindCMSComponentsByIdListAndCatalogVersion1()
-
shouldReturnEmptyResultsForNonExistingCMSComponentsByIdList
public void shouldReturnEmptyResultsForNonExistingCMSComponentsByIdList()
-
shouldfindCMSComponentsByIdListAndCatalogVersion1and2
public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2()
-
shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPagination
public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPagination()
-
shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPaginationAndSorting
public void shouldfindCMSComponentsByIdListAndCatalogVersion1and2withPaginationAndSorting()
-
shouldfindAllCMSComponentsByCatalogVersion1and2withPaginationAndSorting
public void shouldfindAllCMSComponentsByCatalogVersion1and2withPaginationAndSorting()
-
shouldNotFindCmsComponents_NullIdList
public void shouldNotFindCmsComponents_NullIdList()
-
shouldNotFindCmsComponents_EmptyIdList
public void shouldNotFindCmsComponents_EmptyIdList()
-
shouldNotFindCmsComponents_NullCatalogVersion
public void shouldNotFindCmsComponents_NullCatalogVersion()
-
shouldNotFindCmsComponents_NullSearchPageData
public void shouldNotFindCmsComponents_NullSearchPageData()
-
-