Class DefaultIndexerStrategyTest
java.lang.Object
de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategyTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expectedException
public org.junit.rules.ExpectedException expectedException
-
-
Constructor Details
-
DefaultIndexerStrategyTest
public DefaultIndexerStrategyTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testExecuteIndexerWorkersNoRetries
- Throws:
Exception
-
testExecuteIndexerWorkersMaxRetries
- Throws:
Exception
-
testExecuteIndexerWorkersMaxBatchRetries
- Throws:
Exception
-
testExecuteIndexerWorkersRetries
- Throws:
Exception
-
testCreatesDefaultIndexerWorkerWithReadOnlySettingWhenEnabled
public void testCreatesDefaultIndexerWorkerWithReadOnlySettingWhenEnabled() throws IndexerException, IllegalAccessException -
testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenDisabled
public void testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenDisabled() throws IndexerException, IllegalAccessException -
testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenNotConfigured
public void testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenNotConfigured() throws IndexerException, IllegalAccessException
-