Show / Hide Table of Contents

    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 Source

    Values

    Declaration
    public static readonly Func<IConcurrentMergeScheduler>[] Values
    Field Value
    Type Description
    Func<IConcurrentMergeScheduler>[]
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)