Class BaseIndexFileFormatTestCase
Common tests to all index formats.
Inherited Members
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class BaseIndexFileFormatTestCase : LuceneTestCase
Properties
Name | Description |
---|---|
Codec | Returns the codec to run tests against |
Methods
Name | Description |
---|---|
AddRandomFields(Documents.Document) | Add random fields to the provided document. |
ExcludedExtensionsFromByteCounts() | Return the list of extensions that should be excluded from byte counts when comparing indices that store the same content. |
SetUp() | |
TearDown() | |
TestMergeStability() | The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs. |