Package de.hybris.platform.catalog
Class CatalogServiceTest
- java.lang.Object
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CatalogServiceTest 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 CatalogServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateModelsOfTwoSubTypesSaveAll()voidtestCreateModelsOfTypeAndSubtypeSaveAll()voidtestCreateModelsOfTypeAndSubtypeSaveOnly()voidtestgetAllCatalogsOfType()voidtestgetAllCatalogsOfTypeWithNull()voidtestgetAllCatalogsWithNothing()voidtestgetAllCatalogsWithSomeCatalogs()voidtestGetCatalogForId()voidtestGetCatalogNullId()voidtestGetDefaultCatalog()voidtestGetPath()voidtestGetPathForTestCatalog()voidtestPLA10194_SetCollectionWithNullEntry()voidtestPLA7931()voidtestUniqueKeyCheck()-
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
-
testgetAllCatalogsWithNothing
public void testgetAllCatalogsWithNothing()
-
testgetAllCatalogsWithSomeCatalogs
public void testgetAllCatalogsWithSomeCatalogs()
-
testgetAllCatalogsOfTypeWithNull
public void testgetAllCatalogsOfTypeWithNull()
-
testgetAllCatalogsOfType
public void testgetAllCatalogsOfType()
-
testGetCatalogNullId
public void testGetCatalogNullId()
-
testGetCatalogForId
public void testGetCatalogForId()
-
testUniqueKeyCheck
public void testUniqueKeyCheck() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateModelsOfTypeAndSubtypeSaveAll
public void testCreateModelsOfTypeAndSubtypeSaveAll() throws JaloInvalidParameterException, JaloDuplicateCodeException
-
testCreateModelsOfTypeAndSubtypeSaveOnly
public void testCreateModelsOfTypeAndSubtypeSaveOnly() throws JaloInvalidParameterException, JaloDuplicateCodeException
-
testCreateModelsOfTwoSubTypesSaveAll
public void testCreateModelsOfTwoSubTypesSaveAll() throws JaloInvalidParameterException, JaloDuplicateCodeException
-
testPLA7931
public void testPLA7931() throws JaloInvalidParameterException, JaloDuplicateCodeException, ConsistencyCheckException
-
testGetPath
public void testGetPath()
-
testGetPathForTestCatalog
public void testGetPathForTestCatalog() throws JaloInvalidParameterException, JaloItemNotFoundException, JaloSecurityException, JaloBusinessException
-
testPLA10194_SetCollectionWithNullEntry
public void testPLA10194_SetCollectionWithNullEntry() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDefaultCatalog
public void testGetDefaultCatalog()
-
-