Class DefaultIndexerQueryContextFactoryTest


  • @UnitTest
    public class DefaultIndexerQueryContextFactoryTest
    extends java.lang.Object
    • Field Detail

      • expectedException

        public org.junit.rules.ExpectedException expectedException
    • Constructor Detail

      • DefaultIndexerQueryContextFactoryTest

        public DefaultIndexerQueryContextFactoryTest()
    • 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