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
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid) protected voidassertNotContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid) voidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultCMSComponentDaoIntegrationTest
public DefaultCMSComponentDaoIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
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(List<AbstractCMSComponentModel> components1, String componentUid) -
assertNotContainsComponentUid
protected void assertNotContainsComponentUid(List<AbstractCMSComponentModel> components1, 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()
-