C# Class Lucene.Net.Analysis.Pattern.TestPatternReplaceCharFilter

Tests PatternReplaceCharFilter
Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
Test1block1matchLonger ( ) : void
Test1block1matchSameLength ( ) : void
Test1block1matchShorter ( ) : void
Test1block2matchLonger ( ) : void
Test1blockMultiMatches ( ) : void
Test2blocksMultiMatches ( ) : void
TestChain ( ) : void
TestFailingDot ( ) : void
TestLongerReplacement ( ) : void
TestNothingChange ( ) : void
TestRandomStrings ( ) : void
TestReplaceByEmpty ( ) : void
TestShorterReplacement ( ) : void
checkOutput ( string input, string pattern, string replacement, string expectedOutput, string expectedIndexMatchedOutput ) : void
pattern ( string p ) : Regex