Class AsCategoryAwareSearchProfileModelTest
- 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.integration.model.AsCategoryAwareSearchProfileModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsCategoryAwareSearchProfileModelTest 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 AsCategoryAwareSearchProfileModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cloneCategoryAwareSearchProfile()
void
createCategoryAwareSearchProfile()
void
createCategoryAwareSearchProfileWithActivationSet()
void
createMultipleCategoryAwareSearchProfiles()
void
failToCreateCategoryAwareSearchProfileWithoutIndexType()
void
failToCreateCategoryAwareSearchProfileWithWrongIndexType()
void
failtToCreateCategoryAwareSearchProfileWithActivationSetWrongCatalogVersion()
void
failtToCreateCategoryAwareSearchProfileWithActivationSetWrongIndexType()
void
setUp()
-
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
-
setUp
public void setUp() throws ImpExException
- Throws:
ImpExException
-
createCategoryAwareSearchProfile
public void createCategoryAwareSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateCategoryAwareSearchProfileWithoutIndexType
public void failToCreateCategoryAwareSearchProfileWithoutIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateCategoryAwareSearchProfileWithWrongIndexType
public void failToCreateCategoryAwareSearchProfileWithWrongIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createCategoryAwareSearchProfileWithActivationSet
public void createCategoryAwareSearchProfileWithActivationSet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failtToCreateCategoryAwareSearchProfileWithActivationSetWrongIndexType
public void failtToCreateCategoryAwareSearchProfileWithActivationSetWrongIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failtToCreateCategoryAwareSearchProfileWithActivationSetWrongCatalogVersion
public void failtToCreateCategoryAwareSearchProfileWithActivationSetWrongCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createMultipleCategoryAwareSearchProfiles
public void createMultipleCategoryAwareSearchProfiles() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cloneCategoryAwareSearchProfile
public void cloneCategoryAwareSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-