Class DefaultIndexerStrategyFactoryTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategyFactoryTest
-
@UnitTest public class DefaultIndexerStrategyFactoryTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultIndexerStrategyFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDefaultIndexerStrategy()voidcreateDistributedIndexerStrategy()voidsetUp()voidshouldFailToCreateIndexerStrategy()
-
-
-
Method Detail
-
setUp
public void setUp()
-
createDefaultIndexerStrategy
public void createDefaultIndexerStrategy() throws java.lang.Exception- Throws:
java.lang.Exception
-
createDistributedIndexerStrategy
public void createDistributedIndexerStrategy() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFailToCreateIndexerStrategy
public void shouldFailToCreateIndexerStrategy() throws java.lang.Exception- Throws:
java.lang.Exception
-
-