Class VocabularyAssert
Utility class for doing vocabulary-based stemming tests
Inheritance
System.Object
VocabularyAssert
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class VocabularyAssert : object
Methods
Name | Description |
---|---|
AssertVocabulary(Analyzer, Stream) | Run a vocabulary test against one file: tab separated. |
AssertVocabulary(Analyzer, Stream, Stream) | Run a vocabulary test against two data files. |
AssertVocabulary(Analyzer, Stream, String) | Run a vocabulary test against a tab-separated data file inside a zip file |
AssertVocabulary(Analyzer, Stream, String, String) | Run a vocabulary test against two data files inside a zip file |