Class AsSearchProfileActivationSetModelTest
- 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.AsSearchProfileActivationSetModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsSearchProfileActivationSetModelTest 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 AsSearchProfileActivationSetModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createActivationSetWithCatalogVersion()
void
createActivationSetWithoutCatalogVersion()
void
createMultipleActivationSetsDifferentIndexTypesSameCatalogVersion()
void
createMultipleActivationSetsSameIndexTypeDifferentCatalogVersions()
void
failToCreateActivationSetWithoutIndexType()
void
failToCreateActivationSetWithWrongIndexType()
void
failToCreateMultipleActivationSetsSameIndexTypeSameCatalogVersion()
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
-
createActivationSetWithoutCatalogVersion
public void createActivationSetWithoutCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createActivationSetWithCatalogVersion
public void createActivationSetWithCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateActivationSetWithoutIndexType
public void failToCreateActivationSetWithoutIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateActivationSetWithWrongIndexType
public void failToCreateActivationSetWithWrongIndexType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createMultipleActivationSetsSameIndexTypeDifferentCatalogVersions
public void createMultipleActivationSetsSameIndexTypeDifferentCatalogVersions() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createMultipleActivationSetsDifferentIndexTypesSameCatalogVersion
public void createMultipleActivationSetsDifferentIndexTypesSameCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateMultipleActivationSetsSameIndexTypeSameCatalogVersion
public void failToCreateMultipleActivationSetsSameIndexTypeSameCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-