Class AsExcludedSortModelTest
- 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.AsExcludedSortModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsExcludedSortModelTest 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 AsExcludedSortModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneExcludedSort()voidcreateExcludedSort()voidcreateExcludedSortWithoutUid()voidcreateMultipleExcludedSorts()voidexcludedSortIsNotCorrupted()voidfailToCreateExcludedSortWithoutCode()voidfailToCreateExcludedSortWithoutSearchConfiguration()voidfailToCreateExcludedSortWithWrongCatalogVersion()voidgetNonExistingExcludedSort()voidrankAfterExcludedSort()voidrankBeforeExcludedSort()voidremoveExcludedSort()voidsetUp()voidupdateExcludedSort()-
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
-
getNonExistingExcludedSort
public void getNonExistingExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
createExcludedSortWithoutUid
public void createExcludedSortWithoutUid() throws java.lang.Exception- Throws:
java.lang.Exception
-
createExcludedSort
public void createExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedSortWithWrongCatalogVersion
public void failToCreateExcludedSortWithWrongCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedSortWithoutSearchConfiguration
public void failToCreateExcludedSortWithoutSearchConfiguration() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedSortWithoutCode
public void failToCreateExcludedSortWithoutCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
createMultipleExcludedSorts
public void createMultipleExcludedSorts() throws java.lang.Exception- Throws:
java.lang.Exception
-
updateExcludedSort
public void updateExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
cloneExcludedSort
public void cloneExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
removeExcludedSort
public void removeExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
excludedSortIsNotCorrupted
public void excludedSortIsNotCorrupted() throws java.lang.Exception- Throws:
java.lang.Exception
-
rankAfterExcludedSort
public void rankAfterExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
rankBeforeExcludedSort
public void rankBeforeExcludedSort() throws java.lang.Exception- Throws:
java.lang.Exception
-
-