Class DefaultSolrIndexServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultSolrIndexServiceIntegrationTest extends ServicelayerTransactionalTest
  • Field Details

    • expectedException

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

    • DefaultSolrIndexServiceIntegrationTest

      public DefaultSolrIndexServiceIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • createIndex

      public void createIndex() throws Exception
      Throws:
      Exception
    • createDuplicateIndex

      public void createDuplicateIndex() throws Exception
      Throws:
      Exception
    • getAllIndexesEmpty

      public void getAllIndexesEmpty() throws Exception
      Throws:
      Exception
    • getAllIndexes

      public void getAllIndexes() throws Exception
      Throws:
      Exception
    • getIndexesForConfigAndTypeEmpty

      public void getIndexesForConfigAndTypeEmpty() throws Exception
      Throws:
      Exception
    • getAllIndexesForConfigAndType

      public void getAllIndexesForConfigAndType() throws Exception
      Throws:
      Exception
    • getIndex

      public void getIndex() throws Exception
      Throws:
      Exception
    • getNonExistingIndex

      public void getNonExistingIndex() throws Exception
      Throws:
      Exception
    • getIndexWithInvalidFacetSearchConfig

      public void getIndexWithInvalidFacetSearchConfig() throws Exception
      Throws:
      Exception
    • getIndexWithInvalidIndexedType

      public void getIndexWithInvalidIndexedType() throws Exception
      Throws:
      Exception
    • getOrCreateIndex

      public void getOrCreateIndex() throws Exception
      Throws:
      Exception
    • getOrCreateIndexExistingIndex

      public void getOrCreateIndexExistingIndex() throws Exception
      Throws:
      Exception
    • activateIndex

      public void activateIndex() throws Exception
      Throws:
      Exception
    • activateNonExistingIndex

      public void activateNonExistingIndex() throws Exception
      Throws:
      Exception
    • getActiveIndex

      public void getActiveIndex() throws Exception
      Throws:
      Exception
    • getNonExistingActiveIndex

      public void getNonExistingActiveIndex() throws Exception
      Throws:
      Exception
    • deleteIndex

      public void deleteIndex() throws Exception
      Throws:
      Exception
    • deleteNonExistingIndex

      public void deleteNonExistingIndex() throws Exception
      Throws:
      Exception