Class DefaultSolrIndexOperationServiceIntegrationTest
- 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.DefaultSolrIndexOperationServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultSolrIndexOperationServiceIntegrationTest 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 DefaultSolrIndexOperationServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancelNonExistingOperation()voidcancelOperation()voidendNonExistingOperation()voidendOperationWithError()voidendOperationWithSuccess()voidgetLastIndexOperationTime()voidgetLastIndexOperationTimeNoOperation()voidgetNonExistingOperationForId()voidgetOperationForId()voidsetUp()voidstartOperation()voidstartOperationWithSameId()-
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
-
getOperationForId
public void getOperationForId() throws java.lang.Exception- Throws:
java.lang.Exception
-
getNonExistingOperationForId
public void getNonExistingOperationForId() throws java.lang.Exception- Throws:
java.lang.Exception
-
startOperation
public void startOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
startOperationWithSameId
public void startOperationWithSameId() throws java.lang.Exception- Throws:
java.lang.Exception
-
endOperationWithSuccess
public void endOperationWithSuccess() throws java.lang.Exception- Throws:
java.lang.Exception
-
endOperationWithError
public void endOperationWithError() throws java.lang.Exception- Throws:
java.lang.Exception
-
endNonExistingOperation
public void endNonExistingOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelOperation
public void cancelOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelNonExistingOperation
public void cancelNonExistingOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
getLastIndexOperationTime
public void getLastIndexOperationTime() throws java.lang.Exception- Throws:
java.lang.Exception
-
getLastIndexOperationTimeNoOperation
public void getLastIndexOperationTimeNoOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
-