Class SubstringSpeedSearchMatcherTest
-
- All Implemented Interfaces:
public final class SubstringSpeedSearchMatcherTest
-
-
Constructor Summary
Constructors Constructor Description SubstringSpeedSearchMatcherTest()
-
Method Summary
Modifier and Type Method Description final Unitshould return null for blank pattern()final Unitshould return null for null text()final Unitshould return null for blank text()final Unitshould return null when pattern not found()final Unitshould find pattern and return correct range()final Unitshould only return the first occurrence of the pattern()final Unitshould find pattern at beginning of text()final Unitshould find pattern at end of text()final Unitshould find pattern with ignoreCase by default()final Unitshould not find pattern with case sensitivity enabled()final Unitshould find pattern with case sensitivity enabled when case matches()final Unitshould find pattern with special characters()-
-
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 and return correct range
final Unit should find pattern and return correct range()
-
should only return the first occurrence of the pattern
final Unit should only return the first occurrence of the pattern()
-
should find pattern at beginning of text
final Unit should find pattern at beginning of text()
-
should find pattern at end of text
final Unit should find pattern at end of text()
-
should find pattern with ignoreCase by default
final Unit should find pattern with ignoreCase by default()
-
should not find pattern with case sensitivity enabled
final Unit should not find pattern with case sensitivity enabled()
-
should find pattern with case sensitivity enabled when case matches
final Unit should find pattern with case sensitivity enabled when case matches()
-
should find pattern with special characters
final Unit should find pattern with special characters()
-
-
-
-