Package de.hybris.platform.catalog.impl
Class CatalogVersionDaoTest
- 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.catalog.impl.AbstractCatalogTest
-
- de.hybris.platform.catalog.impl.CatalogVersionDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CatalogVersionDaoTest extends AbstractCatalogTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.catalog.impl.AbstractCatalogTest
catalogTypeService, catalogVersionService, flexibleSearchService, modelService, SPRING_VERSION, TEST_CATALOG_1, TEST_CATALOG_2, TEST_USER_3, test1Spring, test1Winter, test2Spring, test2Winter, user3, WINTER_VERSION
-
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 CatalogVersionDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeTest()
void
testFindAllCatalogVersions()
void
testFindAllCategoryCount()
void
testFindAllKeywordCount()
void
testFindAllMediaCount()
void
testFindAllProductCount()
void
testFindCatalogVersions()
void
testFindCatalogVersionsNullCatalog()
void
testFindCatalogVersionsNullVersion()
void
testGetReadableCatalogVersions()
void
testGetReadableCatalogVersionsNullPrincipal()
void
testGetWriatbleCatalogVersionsNullPrincipal()
void
testGetWriteableCatalogVersions()
-
Methods inherited from class de.hybris.platform.catalog.impl.AbstractCatalogTest
setUp
-
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
-
beforeTest
public void beforeTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindCatalogVersions
public void testFindCatalogVersions()
-
testFindCatalogVersionsNullCatalog
public void testFindCatalogVersionsNullCatalog()
-
testFindCatalogVersionsNullVersion
public void testFindCatalogVersionsNullVersion()
-
testGetWriteableCatalogVersions
public void testGetWriteableCatalogVersions() throws java.lang.Exception
Test method forCatalogVersionDao.findWritableCatalogVersions(de.hybris.platform.core.model.security.PrincipalModel)
.- Throws:
java.lang.Exception
-
testGetReadableCatalogVersions
public void testGetReadableCatalogVersions()
-
testGetReadableCatalogVersionsNullPrincipal
public void testGetReadableCatalogVersionsNullPrincipal()
-
testGetWriatbleCatalogVersionsNullPrincipal
public void testGetWriatbleCatalogVersionsNullPrincipal()
-
testFindAllProductCount
public void testFindAllProductCount()
-
testFindAllMediaCount
public void testFindAllMediaCount()
-
testFindAllKeywordCount
public void testFindAllKeywordCount()
-
testFindAllCategoryCount
public void testFindAllCategoryCount()
-
testFindAllCatalogVersions
public void testFindAllCatalogVersions()
-
-