C# Class Lucene.Net.Analysis.CharFilters.TestHTMLStripCharFilterFactory

Simple tests to ensure this factory is working
Inheritance: Lucene.Net.Analysis.Util.BaseTokenStreamFactoryTestCase
Datei anzeigen Open project: apache/lucenenet

Private Methods

Method Description
TestBogusArguments ( ) : void
TestEmptyEscapedTags ( ) : void
TestEscapedTags ( ) : void
TestNoEscapedTags ( ) : void
TestNothingChanged ( ) : void
TestSeparatorOnlyEscapedTags ( ) : void
TestSingleEscapedTag ( ) : void