Class AsExcludedFacetModelTest
- 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.AsExcludedFacetModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsExcludedFacetModelTest 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 AsExcludedFacetModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneExcludedFacet()voidcreateExcludedFacet()voidcreateExcludedFacetWithoutUid()voidcreateMultipleExcludedFacets()voidexcludedFacetIsNotCorrupted()voidfailToCreateExcludedFacetWithoutIndexProperty()voidfailToCreateExcludedFacetWithoutSearchConfiguration()voidfailToCreateExcludedFacetWithWrongCatalogVersion()voidfailToCreateExcludedFacetWithWrongIndexProperty()voidfailToCreateExcludedFacetWithWrongIndexPropertyType()voidfailToUpdateExcludedFacetIndexProperty()voidgetNonExistingExcludedFacet()voidrankAfterExcludedFacet()voidrankBeforeExcludedFacet()voidremoveExcludedFacet()voidsetUp()voidupdateExcludedFacet()-
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
-
getNonExistingExcludedFacet
public void getNonExistingExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
createExcludedFacetWithoutUid
public void createExcludedFacetWithoutUid() throws java.lang.Exception- Throws:
java.lang.Exception
-
createExcludedFacet
public void createExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedFacetWithWrongCatalogVersion
public void failToCreateExcludedFacetWithWrongCatalogVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedFacetWithoutSearchConfiguration
public void failToCreateExcludedFacetWithoutSearchConfiguration() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedFacetWithoutIndexProperty
public void failToCreateExcludedFacetWithoutIndexProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedFacetWithWrongIndexProperty
public void failToCreateExcludedFacetWithWrongIndexProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToCreateExcludedFacetWithWrongIndexPropertyType
public void failToCreateExcludedFacetWithWrongIndexPropertyType() throws java.lang.Exception- Throws:
java.lang.Exception
-
createMultipleExcludedFacets
public void createMultipleExcludedFacets() throws java.lang.Exception- Throws:
java.lang.Exception
-
updateExcludedFacet
public void updateExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
failToUpdateExcludedFacetIndexProperty
public void failToUpdateExcludedFacetIndexProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
cloneExcludedFacet
public void cloneExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
removeExcludedFacet
public void removeExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
excludedFacetIsNotCorrupted
public void excludedFacetIsNotCorrupted() throws java.lang.Exception- Throws:
java.lang.Exception
-
rankAfterExcludedFacet
public void rankAfterExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
rankBeforeExcludedFacet
public void rankBeforeExcludedFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
-