Class BackofficeIndexerStrategyFactoryTest
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.indexing.BackofficeIndexerStrategyFactoryTest
-
public class BackofficeIndexerStrategyFactoryTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description BackofficeIndexerStrategyFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCreateBackofficeIndexerStrategy()voidshouldCreateDefaultIndexerStrategy()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldCreateBackofficeIndexerStrategy
public void shouldCreateBackofficeIndexerStrategy() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateDefaultIndexerStrategy
public void shouldCreateDefaultIndexerStrategy() throws java.lang.Exception- Throws:
java.lang.Exception
-
-