Class AsFacetConfigurationModelTest
- 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.AsFacetConfigurationModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsFacetConfigurationModelTest 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 AsFacetConfigurationModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createMultipleFacetConfigurations()
void
failToCreateMultipleFacetConfigurationsWithSameIndexProperty1()
void
failToCreateMultipleFacetConfigurationsWithSameIndexProperty2()
void
failToCreateMultipleFacetConfigurationsWithSameUid1()
void
failToCreateMultipleFacetConfigurationsWithSameUid2()
void
moveFacetConfiguration1()
void
moveFacetConfiguration2()
void
moveFacetConfiguration3()
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
-
createMultipleFacetConfigurations
public void createMultipleFacetConfigurations() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateMultipleFacetConfigurationsWithSameUid1
public void failToCreateMultipleFacetConfigurationsWithSameUid1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateMultipleFacetConfigurationsWithSameUid2
public void failToCreateMultipleFacetConfigurationsWithSameUid2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateMultipleFacetConfigurationsWithSameIndexProperty1
public void failToCreateMultipleFacetConfigurationsWithSameIndexProperty1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateMultipleFacetConfigurationsWithSameIndexProperty2
public void failToCreateMultipleFacetConfigurationsWithSameIndexProperty2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
moveFacetConfiguration1
public void moveFacetConfiguration1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
moveFacetConfiguration2
public void moveFacetConfiguration2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
moveFacetConfiguration3
public void moveFacetConfiguration3() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-