Class GenericUkkonenSuffixTreeTest

java.lang.Object
com.abstractkamen.datastructures.impl.trees.search.GenericUkkonenSuffixTreeTest

public class GenericUkkonenSuffixTreeTest extends Object
  • Constructor Details

    • GenericUkkonenSuffixTreeTest

      public GenericUkkonenSuffixTreeTest()
  • Method Details

    • beforeAll

      public static void beforeAll()
    • shakespear_word_search

      public void shakespear_word_search()
    • shakespeare_overlaps_with_all_no_duplicates

      public void shakespeare_overlaps_with_all_no_duplicates()
    • cacao

      public void cacao()
    • shakespeare_overlaps_with_all_many_duplicates

      public void shakespeare_overlaps_with_all_many_duplicates()
    • overlapping_suffix_and_prefixes

      public void overlapping_suffix_and_prefixes()
    • overlapping_suffix_and_prefixes_many_duplicates

      public void overlapping_suffix_and_prefixes_many_duplicates()
    • testSingleCharacterStrings

      public void testSingleCharacterStrings()
    • testDuplicateStrings

      public void testDuplicateStrings()
    • testCaseSensitivity

      public void testCaseSensitivity()
    • testSpecialCharacters

      public void testSpecialCharacters()
    • testWhitespaceHandling

      public void testWhitespaceHandling()
    • testEmptyPattern

      public void testEmptyPattern()
    • testPatternLongerThanIndexedStrings

      public void testPatternLongerThanIndexedStrings()
    • testPatterSimilarStrings

      public void testPatterSimilarStrings()
    • testBulgarianCyrillicNames

      public void testBulgarianCyrillicNames()
    • testMixedLocaleTree

      public void testMixedLocaleTree()
    • testUnicodeBeyondCyrillic

      public void testUnicodeBeyondCyrillic()
    • testResultsAreUnique

      public void testResultsAreUnique()
    • testToString

      public void testToString()
    • testPrettyTreeString

      public void testPrettyTreeString()
    • testNullInputList

      public void testNullInputList()
    • testEmptyInputList

      public void testEmptyInputList()
    • testImmutableAfterConstruction

      public void testImmutableAfterConstruction()
    • testUnicodeSupplementaryCharacters

      public void testUnicodeSupplementaryCharacters()
    • testUnicodeSupplementaryStress

      public void testUnicodeSupplementaryStress()