Class DefaultIndexUpdaterTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
All Implemented Interfaces:
junit.framework.Test

public class DefaultIndexUpdaterTest extends AbstractIndexUpdaterTest
Author:
Eugene Kuleshov
  • Constructor Details

    • DefaultIndexUpdaterTest

      public DefaultIndexUpdaterTest()
  • Method Details

    • testReplaceIndex

      public void testReplaceIndex() throws Exception
      Throws:
      Exception
    • testMergeIndex

      public void testMergeIndex() throws Exception
      Throws:
      Exception
    • testMergeIndexDeletes

      public void testMergeIndexDeletes() throws Exception
      Throws:
      Exception
    • testMergeSearch

      public void testMergeSearch() throws Exception
      Throws:
      Exception
    • testMergeGroups

      public void testMergeGroups() throws Exception
      Throws:
      Exception
    • testNoIndexUpdate

      public void testNoIndexUpdate() throws Exception
      Throws:
      Exception
    • testFullIndexUpdate

      public void testFullIndexUpdate() throws Exception
      Throws:
      Exception
    • testIncrementalIndexUpdate

      public void testIncrementalIndexUpdate() throws Exception
      Throws:
      Exception
    • testIncrementalIndexUpdateNoCounter

      public void testIncrementalIndexUpdateNoCounter() throws Exception
      Throws:
      Exception
    • testIncrementalOnlyIndexUpdateNoCounter

      public void testIncrementalOnlyIndexUpdateNoCounter() throws Exception
      Throws:
      Exception
    • testIncrementalIndexUpdateNoUpdateNecessary

      public void testIncrementalIndexUpdateNoUpdateNecessary() throws Exception
      Throws:
      Exception
    • testUpdateForceFullUpdate

      public void testUpdateForceFullUpdate() throws Exception
      Throws:
      Exception
    • ignoreTestUpdateForceFullUpdateNoGZ

      public void ignoreTestUpdateForceFullUpdateNoGZ() throws Exception
      Throws:
      Exception
    • newInputStream

      protected InputStream newInputStream(String path)