Class UseTempLineDocsFileAttribute
Specifies to extract the LineFileDocs to a temp directory and use the same file for the entire assembly. The file path can be obtained from the to TestLineDocsFile property.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class UseTempLineDocsFileAttribute : Attribute