Class DefaultIndexerQueryContextFactoryTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerQueryContextFactoryTest
-
@UnitTest public class DefaultIndexerQueryContextFactoryTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultIndexerQueryContextFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateContext()voiddestroyContext()voiddestroyContextAfterException()voiddoesNotHaveCurrentContext()voidhasCurrentContext()voidinitializeContext()voidlistenersRunInCorrectOrder()voidnoListenerConfigured()voidrunAfterBatchErrorListener()voidrunBeforeBatchListener()voidrunListeners()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
createContext
public void createContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
initializeContext
public void initializeContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
doesNotHaveCurrentContext
public void doesNotHaveCurrentContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
hasCurrentContext
public void hasCurrentContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
destroyContext
public void destroyContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
destroyContextAfterException
public void destroyContextAfterException() throws java.lang.Exception- Throws:
java.lang.Exception
-
noListenerConfigured
public void noListenerConfigured() throws java.lang.Exception- Throws:
java.lang.Exception
-
runBeforeBatchListener
public void runBeforeBatchListener() throws java.lang.Exception- Throws:
java.lang.Exception
-
runListeners
public void runListeners() throws java.lang.Exception- Throws:
java.lang.Exception
-
runAfterBatchErrorListener
public void runAfterBatchErrorListener() throws java.lang.Exception- Throws:
java.lang.Exception
-
listenersRunInCorrectOrder
public void listenersRunInCorrectOrder() throws java.lang.Exception- Throws:
java.lang.Exception
-
-