Class LuceneTestCase.SuppressTempFileChecksAttribute
Marks any suites which are known not to close all the temporary files. This may prevent temp files and folders from being cleaned up after the suite is completed.
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class LuceneTestCase.SuppressTempFileChecksAttribute : Attribute
Properties
BugUrl
Point to issue tracker entry.
Declaration
public string BugUrl { get; set; }
Property Value
Type | Description |
---|---|
string |