Class AsExcludedFacetValueModelTest
- 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.AsExcludedFacetValueModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsExcludedFacetValueModelTest 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 AsExcludedFacetValueModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cloneExcludedFacetValue()
void
createExcludedFacetValue()
void
createExcludedFacetValueWithoutUid()
void
createMultipleExcludedFacetValues()
void
excludedFacetValueIsNotCorrupted()
void
failToCreateExcludedFacetValueWithoutFacetConfiguration()
void
failToCreateExcludedFacetValueWithoutValue()
void
failToCreateExcludedFacetValueWithWrongCatalogVersion()
void
getNonExistingExcludedFacetValue()
void
rankAfterExcludedFacetValue()
void
rankBeforeExcludedFacetValue()
void
removeExcludedFacetValue()
void
setUp()
void
updateExcludedFacetValue()
-
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
-
getNonExistingExcludedFacetValue
public void getNonExistingExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createExcludedFacetValueWithoutUid
public void createExcludedFacetValueWithoutUid() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createExcludedFacetValue
public void createExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateExcludedFacetValueWithWrongCatalogVersion
public void failToCreateExcludedFacetValueWithWrongCatalogVersion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateExcludedFacetValueWithoutFacetConfiguration
public void failToCreateExcludedFacetValueWithoutFacetConfiguration() throws java.lang.Exception
- Throws:
java.lang.Exception
-
failToCreateExcludedFacetValueWithoutValue
public void failToCreateExcludedFacetValueWithoutValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createMultipleExcludedFacetValues
public void createMultipleExcludedFacetValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateExcludedFacetValue
public void updateExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cloneExcludedFacetValue
public void cloneExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeExcludedFacetValue
public void removeExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
excludedFacetValueIsNotCorrupted
public void excludedFacetValueIsNotCorrupted() throws java.lang.Exception
- Throws:
java.lang.Exception
-
rankAfterExcludedFacetValue
public void rankAfterExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
rankBeforeExcludedFacetValue
public void rankBeforeExcludedFacetValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-