Class DefaultAsSearchProfileDaoTest
- 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.adaptivesearch.daos.impl.DefaultAsSearchProfileDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultAsSearchProfileDaoTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException-
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 DefaultAsSearchProfileDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcannotFindByTestCatalogVersion()voidcannotFindSearchProfile()voidfindAll()voidfindAllEmpty()voidfindByEmptyIndexTypeAndCatalogVersion()voidfindByIndexTypeAndCatalogVersion()voidfindByIndexTypesAndCatalogVersions()voidfindByNullCatalogVersion()voidfindByNullCatalogVersionEmpty()voidfindByNullIndexTypeAndCatalogVersion()voidfindByOnlineCatalogVersion()voidfindByStagedCatalogVersion()voidfindCategoryAwareSearchProfileWithNullCatalogVersion()voidfindCategoryAwareSearchProfileWithStagedCatalogVersion()voidfindSimpleSearchProfileWithNullCatalogVersion()voidfindSimpleSearchProfileWithStagedCatalogVersion()-
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
-
findAllEmpty
public void findAllEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
findAll
public void findAll() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByEmptyIndexTypeAndCatalogVersion
public void findByEmptyIndexTypeAndCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByNullIndexTypeAndCatalogVersion
public void findByNullIndexTypeAndCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByIndexTypeAndCatalogVersion
public void findByIndexTypeAndCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByIndexTypesAndCatalogVersions
public void findByIndexTypesAndCatalogVersions() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByNullCatalogVersionEmpty
public void findByNullCatalogVersionEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByNullCatalogVersion
public void findByNullCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByStagedCatalogVersion
public void findByStagedCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findByOnlineCatalogVersion
public void findByOnlineCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
cannotFindByTestCatalogVersion
public void cannotFindByTestCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findSimpleSearchProfileWithNullCatalogVersion
public void findSimpleSearchProfileWithNullCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findSimpleSearchProfileWithStagedCatalogVersion
public void findSimpleSearchProfileWithStagedCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findCategoryAwareSearchProfileWithNullCatalogVersion
public void findCategoryAwareSearchProfileWithNullCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
findCategoryAwareSearchProfileWithStagedCatalogVersion
public void findCategoryAwareSearchProfileWithStagedCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
cannotFindSearchProfile
public void cannotFindSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
-