Lucene.Net.Analysis.Pt.TestPortugueseMinimalStemFilter.TestVocabulary C# (CSharp) Method

TestVocabulary() private method

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