Class SolrExtIndexerJobTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.indexer.cron.SolrExtIndexerJobTest
-
@UnitTest public class SolrExtIndexerJobTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SolrExtIndexerJobTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteQueryWithContextAwareParameters()voidexecuteQueryWithCronJobAwareParameters()voidexecuteQueryWithParameters()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
executeQueryWithParameters
public void executeQueryWithParameters() throws FacetConfigServiceException, IndexerJobException, IndexerException
-
executeQueryWithContextAwareParameters
public void executeQueryWithContextAwareParameters() throws FacetConfigServiceException, IndexerJobException, IndexerException
-
executeQueryWithCronJobAwareParameters
public void executeQueryWithCronJobAwareParameters() throws FacetConfigServiceException, IndexerJobException, IndexerException
-
-