C# Class Lucene.Net.Index.TestThreadedForceMerge

Inheritance: Lucene.Net.Util.LuceneTestCase
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
RunTest ( Random random, Directory directory ) : void

Private Methods

Method Description
SetFailed ( ) : void
Setup ( ) : void
TestThreadedForceMerge_Mem ( ) : void

Method Details

RunTest() public method

public RunTest ( Random random, Directory directory ) : void
random System.Random
directory Directory
return void