Class LuceneTestCase.ConcurrentMergeSchedulerFactories
Contains a list of all the Func<IConcurrentMergeSchedulers> to be tested. Delegate method allows them to be created on their target thread instead of the test thread and also ensures a separate instance is created in each case (which can affect the result of the test).
LUCENENET specific for injection into tests (i.e. using NUnit.Framework.ValueSourceAttribute)
Inheritance
System.Object
LuceneTestCase.ConcurrentMergeSchedulerFactories
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static class ConcurrentMergeSchedulerFactories : object
Fields
| Improve this Doc View SourceValues
Declaration
public static readonly Func<IConcurrentMergeScheduler>[] Values
Field Value
Type | Description |
---|---|
Func<IConcurrentMergeScheduler>[] |