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

Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
TestCamelCase ( ) : void
TestCaptureAll ( ) : void
TestCaptureEnd ( ) : void
TestCaptureMiddle ( ) : void
TestCaptureMiddleEnd ( ) : void
TestCaptureStart ( ) : void
TestCaptureStartEnd ( ) : void
TestCaptureStartMiddle ( ) : void
TestEmptyCapture ( ) : void
TestMultiCaptureOverlap ( ) : void
TestMultiPattern ( ) : void
TestNoCapture ( ) : void
TestNoMatch ( ) : void
TestNoPattern ( ) : void
TestPatterns ( string input, string regexes, string tokens, int startOffsets, int endOffsets, int positions, bool preserveOriginal ) : void
TestRandomString ( ) : void