Class DefaultSolrIndexOperationServiceTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.solr.impl.DefaultSolrIndexOperationServiceTest
-
@UnitTest public class DefaultSolrIndexOperationServiceTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultSolrIndexOperationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetLastIndexOperationTimeWithInvalidIndex()voidsetUp()voidstartOperationWithInvalidIndex()
-
-
-
Method Detail
-
setUp
public void setUp()
-
startOperationWithInvalidIndex
public void startOperationWithInvalidIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
getLastIndexOperationTimeWithInvalidIndex
public void getLastIndexOperationTimeWithInvalidIndex() throws java.lang.Exception- Throws:
java.lang.Exception
-
-