Class DefaultSolrIndexServiceIntegrationTest
- 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.solrfacetsearch.solr.impl.DefaultSolrIndexServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultSolrIndexServiceIntegrationTest 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 DefaultSolrIndexServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateIndex()voidactivateNonExistingIndex()voidcreateDuplicateIndex()voidcreateIndex()voiddeleteIndex()voiddeleteNonExistingIndex()voidgetActiveIndex()voidgetAllIndexes()voidgetAllIndexesEmpty()voidgetAllIndexesForConfigAndType()voidgetIndex()voidgetIndexesForConfigAndTypeEmpty()voidgetIndexWithInvalidFacetSearchConfig()voidgetIndexWithInvalidIndexedType()voidgetNonExistingActiveIndex()voidgetNonExistingIndex()voidgetOrCreateIndex()voidgetOrCreateIndexExistingIndex()voidsetUp()-
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 java.lang.Exception- Throws:
java.lang.Exception
-
createIndex
public void createIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
createDuplicateIndex
public void createDuplicateIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllIndexesEmpty
public void getAllIndexesEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllIndexes
public void getAllIndexes() throws java.lang.Exception- Throws:
java.lang.Exception
-
getIndexesForConfigAndTypeEmpty
public void getIndexesForConfigAndTypeEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAllIndexesForConfigAndType
public void getAllIndexesForConfigAndType() throws java.lang.Exception- Throws:
java.lang.Exception
-
getIndex
public void getIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getNonExistingIndex
public void getNonExistingIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getIndexWithInvalidFacetSearchConfig
public void getIndexWithInvalidFacetSearchConfig() throws java.lang.Exception- Throws:
java.lang.Exception
-
getIndexWithInvalidIndexedType
public void getIndexWithInvalidIndexedType() throws java.lang.Exception- Throws:
java.lang.Exception
-
getOrCreateIndex
public void getOrCreateIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getOrCreateIndexExistingIndex
public void getOrCreateIndexExistingIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateIndex
public void activateIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateNonExistingIndex
public void activateNonExistingIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getActiveIndex
public void getActiveIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getNonExistingActiveIndex
public void getNonExistingActiveIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
deleteIndex
public void deleteIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
deleteNonExistingIndex
public void deleteNonExistingIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
-