C# Class Lucene.Net.Analysis.Ga.TestIrishAnalyzer

Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
TestResourcesAvailable ( ) : void

This test fails with NPE when the stopwords file is missing in classpath

Private Methods

Method Description
TestBasics ( ) : void
TestContractions ( ) : void
TestExclude ( ) : void
TestHyphens ( ) : void
TestRandomStrings ( ) : void

Method Details

TestResourcesAvailable() public method

This test fails with NPE when the stopwords file is missing in classpath
public TestResourcesAvailable ( ) : void
return void