Class DefaultAsSearchProfileActivationSetDaoTest
- 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.DefaultAsSearchProfileActivationSetDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultAsSearchProfileActivationSetDaoTest 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 DefaultAsSearchProfileActivationSetDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cannotFindWithWrongCatalogVersion()
void
cannotFindWithWrongIndexType()
void
findAll()
void
findAllEmpty()
void
findWithNullCatalogVersion()
void
findWithStagedCatalogVersion()
-
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
-
findWithNullCatalogVersion
public void findWithNullCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
findWithStagedCatalogVersion
public void findWithStagedCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cannotFindWithWrongCatalogVersion
public void cannotFindWithWrongCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cannotFindWithWrongIndexType
public void cannotFindWithWrongIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-