Class DefaultAsSearchConfigurationDaoTest
- 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.DefaultAsSearchConfigurationDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultAsSearchConfigurationDaoTest 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 DefaultAsSearchConfigurationDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cannotFindByTestCatalogVersion()
void
cannotFindSearchConfiguration()
void
findAll()
void
findAllEmpty()
void
findByNullCatalogVersion()
void
findByNullCatalogVersionEmpty()
void
findByOnlineCatalogVersion()
void
findByStagedCatalogVersion()
void
findCategoryAwareSearchConfigurationWithFilters()
void
findCategoryAwareSearchConfigurationWithNullCatalogVersion()
void
findCategoryAwareSearchConfigurationWithStagedCatalogVersion()
void
findSimpleSearchConfigurationWithFilters()
void
findSimpleSearchConfigurationWithNullCatalogVersion()
void
findSimpleSearchConfigurationWithStagedCatalogVersion()
-
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
-
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
-
findSimpleSearchConfigurationWithNullCatalogVersion
public void findSimpleSearchConfigurationWithNullCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findSimpleSearchConfigurationWithStagedCatalogVersion
public void findSimpleSearchConfigurationWithStagedCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findSimpleSearchConfigurationWithFilters
public void findSimpleSearchConfigurationWithFilters() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findCategoryAwareSearchConfigurationWithNullCatalogVersion
public void findCategoryAwareSearchConfigurationWithNullCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findCategoryAwareSearchConfigurationWithStagedCatalogVersion
public void findCategoryAwareSearchConfigurationWithStagedCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findCategoryAwareSearchConfigurationWithFilters
public void findCategoryAwareSearchConfigurationWithFilters() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cannotFindSearchConfiguration
public void cannotFindSearchConfiguration() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-