Lucene.Net.Analysis.Ru.TestRussianLightStemFilter.TestVocabulary C# (CSharp) Method

TestVocabulary() private method

private TestVocabulary ( ) : void
return void
        public virtual void TestVocabulary()
        {
            VocabularyAssert.AssertVocabulary(analyzer, GetDataFile("rulighttestdata.zip"), "rulight.txt");
        }