C# Class Lucene.Net.Store.TestNRTCachingDirectory

Inheritance: LuceneTestCase
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
VerifyCompiles ( ) : void

Private Methods

Method Description
CreateSequenceFile ( Directory dir, string name, sbyte start, int size ) : void

Creates a file of the specified size with sequential data. The first byte is written as the start byte provided. All subsequent bytes are computed as start + offset where offset is the number of the byte.

TestCompoundFileAppendTwice ( ) : void
TestDeleteFile ( ) : void
TestDirectoryFilter ( ) : void
TestNRTAndCommit ( ) : void
TestNoDir ( ) : void

Method Details

VerifyCompiles() public method

public VerifyCompiles ( ) : void
return void