Lucene.Net.Analysis.De.TestGermanMinimalStemFilter.TestVocabulary C# (CSharp) Method

TestVocabulary() private method

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