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.ExpectedException
expectedException
-
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 void
cannotFindByTestCatalogVersion()
void
cannotFindSearchProfile()
void
findAll()
void
findAllEmpty()
void
findByEmptyIndexTypeAndCatalogVersion()
void
findByIndexTypeAndCatalogVersion()
void
findByIndexTypesAndCatalogVersions()
void
findByNullCatalogVersion()
void
findByNullCatalogVersionEmpty()
void
findByNullIndexTypeAndCatalogVersion()
void
findByOnlineCatalogVersion()
void
findByStagedCatalogVersion()
void
findCategoryAwareSearchProfileWithNullCatalogVersion()
void
findCategoryAwareSearchProfileWithStagedCatalogVersion()
void
findSimpleSearchProfileWithNullCatalogVersion()
void
findSimpleSearchProfileWithStagedCatalogVersion()
-
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
-
-