Class PatternSpeedSearchMatcherTest
-
- All Implemented Interfaces:
public final class PatternSpeedSearchMatcherTest
-
-
Constructor Summary
Constructors Constructor Description PatternSpeedSearchMatcherTest()
-
Method Summary
-
-
Method Detail
-
should return null for blank pattern
final Unit should return null for blank pattern()
-
should return null for null text
final Unit should return null for null text()
-
should return null for blank text
final Unit should return null for blank text()
-
should return null when pattern not found
final Unit should return null when pattern not found()
-
should find pattern at beginning of text without wildcard
final Unit should find pattern at beginning of text without wildcard()
-
should only return the first occurrence of the pattern
final Unit should only return the first occurrence of the pattern()
-
should only return the first occurrence of the pattern without matching pattern
final Unit should only return the first occurrence of the pattern without matching pattern()
-
should find pattern at beginning of text
final Unit should find pattern at beginning of text()
-
should find exact pattern in the middle
final Unit should find exact pattern in the middle()
-
should find pattern at end of text
final Unit should find pattern at end of text()
-
should find pattern with case insensitivity by default
final Unit should find pattern with case insensitivity by default()
-
should not find pattern with ALL case sensitivity when case differs
final Unit should not find pattern with ALL case sensitivity when case differs()
-
should find pattern with ALL case sensitivity when case matches
final Unit should find pattern with ALL case sensitivity when case matches()
-
all matches must match case
final Unit all matches must match case()
-
should match the best matching cases
final Unit should match the best matching cases()
-
should respect FIRST_LETTER case sensitivity
final Unit should respect FIRST_LETTER case sensitivity()
-
should match camel humps
final Unit should match camel humps()
-
should match camel humps in the middle of text
final Unit should match camel humps in the middle of text()
-
should match multiple camel humps
final Unit should match multiple camel humps()
-
should match across word separators
final Unit should match across word separators()
-
should match number patterns
final Unit should match number patterns()
-
should accept any special character as word separators
final Unit should accept any special character as word separators()
-
should respect ignoredSeparators
final Unit should respect ignoredSeparators()
-
should skip ignoredSeparators if there are humps in the pattern
final Unit should skip ignoredSeparators if there are humps in the pattern()
-
should handle asterisk wildcards
final Unit should handle asterisk wildcards()
-
should handle space wildcards
final Unit should handle space wildcards()
-
should handle long patterns
final Unit should handle long patterns()
-
should handle dot characters
final Unit should handle dot characters()
-
-
-
-