Class DefaultListenersFactoryTest

java.lang.Object
de.hybris.platform.solrfacetsearch.common.impl.DefaultListenersFactoryTest

@UnitTest public class DefaultListenersFactoryTest extends Object
  • Field Details

    • expectedException

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

    • DefaultListenersFactoryTest

      public DefaultListenersFactoryTest()
  • Method Details

    • setUp

      public void setUp()
    • createListenersFactory

      protected DefaultListenersFactory createListenersFactory()
    • noListenerConfigured

      public void noListenerConfigured() throws Exception
      Throws:
      Exception
    • noListenerOfExpectedType

      public void noListenerOfExpectedType() throws Exception
      Throws:
      Exception
    • globalListenerConfigured

      public void globalListenerConfigured() throws Exception
      Throws:
      Exception
    • indexConfigListenerConfigured

      public void indexConfigListenerConfigured() throws Exception
      Throws:
      Exception
    • indexedTypeListenerConfigured

      public void indexedTypeListenerConfigured() throws Exception
      Throws:
      Exception
    • globalListenersOrder

      public void globalListenersOrder() throws Exception
      Throws:
      Exception
    • indexConfigListenersOrder

      public void indexConfigListenersOrder() throws Exception
      Throws:
      Exception
    • indexedTypeListenersOrder

      public void indexedTypeListenersOrder() throws Exception
      Throws:
      Exception
    • listenersOrder

      public void listenersOrder() throws Exception
      Throws:
      Exception