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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public static class ConcurrentMergeSchedulerFactories

    Fields

    | Improve this Doc View Source

    Values

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