Class AsSimpleSearchProfileModelTest
- 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.AsSimpleSearchProfileModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsSimpleSearchProfileModelTest 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 AsSimpleSearchProfileModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneSimpleSearchProfile()voidcreateMultipleSimpleSearchProfiles()voidcreateSimpleSearchProfile()voidcreateSimpleSearchProfileWithActivationSet()voidfailToCreateSimpleSearchProfileWithoutIndexType()voidfailToCreateSimpleSearchProfileWithWrongIndexType()voidfailtToCreateSimpleSearchProfileWithActivationSetWrongCatalogVersion()voidfailtToCreateSimpleSearchProfileWithActivationSetWrongIndexType()voidsetUp()-
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
-
createSimpleSearchProfile
public void createSimpleSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateSimpleSearchProfileWithoutIndexType
public void failToCreateSimpleSearchProfileWithoutIndexType() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateSimpleSearchProfileWithWrongIndexType
public void failToCreateSimpleSearchProfileWithWrongIndexType() throws java.lang.Exception- Throws:
java.lang.Exception
-
createSimpleSearchProfileWithActivationSet
public void createSimpleSearchProfileWithActivationSet() throws java.lang.Exception- Throws:
java.lang.Exception
-
failtToCreateSimpleSearchProfileWithActivationSetWrongIndexType
public void failtToCreateSimpleSearchProfileWithActivationSetWrongIndexType() throws java.lang.Exception- Throws:
java.lang.Exception
-
failtToCreateSimpleSearchProfileWithActivationSetWrongCatalogVersion
public void failtToCreateSimpleSearchProfileWithActivationSetWrongCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
createMultipleSimpleSearchProfiles
public void createMultipleSimpleSearchProfiles() throws java.lang.Exception- Throws:
java.lang.Exception
-
cloneSimpleSearchProfile
public void cloneSimpleSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
-